shish 3 år sedan
förälder
incheckning
cb20ce9718
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. 6 0
      console/controllers/ProductController.php

+ 6 - 0
console/controllers/ProductController.php

@@ -14,6 +14,12 @@ use Yii;
 class ProductController extends Controller
 {
 
+    public function actionInitHz()
+    {
+        $newMainId = 4556;
+        ItemClass::initItem($newMainId);
+    }
+
     public function actionChangeSk()
     {
         ini_set('memory_limit', '2045M');