shish 4 лет назад
Родитель
Сommit
a0451c13e8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      biz-hd/product/models/Product.php

+ 1 - 1
biz-hd/product/models/Product.php

@@ -5,6 +5,6 @@ class Product extends Base
 {
     public static function tableName()
     {
-        return 'xhProduct';
+        return 'xhGhsItem';
     }
 }