This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Set class component User
refactoring
keun
6 years ago
parent
9a2b257368
commit
07f8b2e132
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
common/config/main.php
+ 1
- 0
common/config/main.php
View File
@@ -3,6 +3,7 @@ return [
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
'components' => [
'user' => [
'class' => 'yii\web\User',
'identityClass' => 'common\models\User',
'enableAutoLogin' => true,
'identityCookie' => [
Write
Preview
Loading…
Cancel
Save