2024-09-19 11:32:39 +08:00
|
|
|
<?php
|
|
|
|
|
return [
|
|
|
|
|
'id' => 'app-common-tests',
|
|
|
|
|
'basePath' => dirname(__DIR__),
|
|
|
|
|
'components' => [
|
|
|
|
|
'user' => [
|
|
|
|
|
'class' => \yii\web\User::class,
|
2024-12-19 19:20:27 +08:00
|
|
|
'identityClass' => 'common\models\oldDb\User',
|
2024-09-19 11:32:39 +08:00
|
|
|
],
|
|
|
|
|
],
|
|
|
|
|
];
|