12 lines
244 B
PHP
Executable File
12 lines
244 B
PHP
Executable File
<?php
|
|
return [
|
|
'id' => 'app-common-tests',
|
|
'basePath' => dirname(__DIR__),
|
|
'components' => [
|
|
'user' => [
|
|
'class' => \yii\web\User::class,
|
|
'identityClass' => 'common\models\User',
|
|
],
|
|
],
|
|
];
|