new-support.webeffector.ru/common/config/test.php

12 lines
244 B
PHP
Raw Permalink Normal View History

2024-06-13 17:07:58 +03:00
<?php
return [
'id' => 'app-common-tests',
'basePath' => dirname(__DIR__),
'components' => [
'user' => [
'class' => \yii\web\User::class,
'identityClass' => 'common\models\User',
],
],
];