mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-03 22:14:36 +01:00
19 lines
335 B
PHP
19 lines
335 B
PHP
<?php
|
|
|
|
/**
|
|
* @link https://www.yiiframework.com/
|
|
* @copyright Copyright (c) 2008 Yii Software LLC
|
|
* @license https://www.yiiframework.com/license/
|
|
*/
|
|
|
|
return [
|
|
'profile1' => [
|
|
'id' => 1,
|
|
'description' => 'profile 1',
|
|
],
|
|
'profile2' => [
|
|
'id' => 2,
|
|
'description' => 'profile 2',
|
|
],
|
|
];
|