Files
yii2/tests/framework/test/custom/customer.php
2025-10-10 23:04:09 +03:00

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
]
];