From ead5cb60ac983cdb680ec70731de195b537be6cd Mon Sep 17 00:00:00 2001 From: Mihail Date: Fri, 2 Oct 2015 12:06:48 +0300 Subject: [PATCH] temp commit - work with console controller and log settings --- common/models/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/models/User.php b/common/models/User.php index ce78fcd..a23707a 100644 --- a/common/models/User.php +++ b/common/models/User.php @@ -31,7 +31,7 @@ class User extends ActiveRecord implements IdentityInterface */ public static function tableName() { - return '{{%user}}'; + return 'user'; } /** -- libgit2 0.21.4