Переглянути джерело

Set class component User

refactoring
keun 6 роки тому
джерело
коміт
fd523f3cc5
1 змінених файлів з 1 додано та 0 видалено
  1. +1
    -0
      common/config/main.php

+ 1
- 0
common/config/main.php Переглянути файл

@@ -3,6 +3,7 @@ return [
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
'components' => [
'user' => [
'class' => 'common\models\User',
'identityClass' => 'common\models\User',
'enableAutoLogin' => true,
'identityCookie' => [

Завантаження…
Відмінити
Зберегти