Commit ead5cb60ac983cdb680ec70731de195b537be6cd

Authored by Mihail
1 parent 2d10c44d

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 /**