Browse Source

Annule set class component User

refactoring
keun 6 years ago
parent
commit
9a2b257368
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      common/config/main.php

+ 0
- 1
common/config/main.php View File

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

Loading…
Cancel
Save