Files
yii2/tests/framework/test/custom/customer.php

16 lines
336 B
PHP

<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
return [
'directory' => [
'email' => 'directory@example.com',
'name' => 'directory name',
'address' => 'directory-address1',
'status' => 1
]
];