From 298da162abe5d553c191367d7ba6221dde79461f Mon Sep 17 00:00:00 2001 From: besnovatyj Date: Thu, 25 Feb 2016 22:32:31 +0500 Subject: [PATCH] Update AuthItemChild.php ops.. confused % and $ in table name. --- models/AuthItemChild.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/AuthItemChild.php b/models/AuthItemChild.php index d490971..2c41305 100644 --- a/models/AuthItemChild.php +++ b/models/AuthItemChild.php @@ -20,7 +20,7 @@ class AuthItemChild extends \yii\db\ActiveRecord */ public static function tableName() { - return '{{$auth_item_child}}'; + return '{{%auth_item_child}}'; } /**