From 2d22aad286d5c2db6ce5c4c50cebbb98d2fdfd82 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