From 248f559f812c691fc41beeb677b658fcb10c4603 Mon Sep 17 00:00:00 2001 From: yarik Date: Wed, 12 Oct 2016 15:49:12 +0300 Subject: [PATCH] Import browser beta v0.1 --- common/modules/product/models/Product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/product/models/Product.php b/common/modules/product/models/Product.php index 702e55f..924ed89 100755 --- a/common/modules/product/models/Product.php +++ b/common/modules/product/models/Product.php @@ -87,7 +87,7 @@ */ public static function tableName() { - return '{{%product}}'; + return 'product'; } /** -- libgit2 0.21.4