mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-12 02:09:48 +01:00
13 lines
187 B
PHP
13 lines
187 B
PHP
<?php
|
|
|
|
return [
|
|
'profile1' => [
|
|
'id' => 1,
|
|
'description' => 'profile 1',
|
|
],
|
|
'profile2' => [
|
|
'id' => 2,
|
|
'description' => 'profile 2',
|
|
],
|
|
];
|