mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-04 22:44:53 +01:00
17 lines
339 B
PHP
17 lines
339 B
PHP
<?php
|
|
|
|
/**
|
|
* @link https://www.yiiframework.com/
|
|
* @copyright Copyright (c) 2008 Yii Software LLC
|
|
* @license https://www.yiiframework.com/license/
|
|
*/
|
|
|
|
return [
|
|
'directory' => [
|
|
'email' => 'directory@example.com',
|
|
'name' => 'directory name',
|
|
'address' => 'directory-address1',
|
|
'status' => 1
|
|
]
|
|
];
|