Commit 2d22aad286d5c2db6ce5c4c50cebbb98d2fdfd82
1 parent
db543d22
temp commit - work with console controller and log settings
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/models/User.php
@@ -31,7 +31,7 @@ class User extends ActiveRecord implements IdentityInterface | @@ -31,7 +31,7 @@ class User extends ActiveRecord implements IdentityInterface | ||
31 | */ | 31 | */ |
32 | public static function tableName() | 32 | public static function tableName() |
33 | { | 33 | { |
34 | - return '{{%user}}'; | 34 | + return 'user'; |
35 | } | 35 | } |
36 | 36 | ||
37 | /** | 37 | /** |