shish 4 lat temu
rodzic
commit
11ba076a61
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      app-hd/controllers/ShopController.php

+ 0 - 1
app-hd/controllers/ShopController.php

@@ -250,7 +250,6 @@ class ShopController extends BaseController
     {
         $get = Yii::$app->request->get();
         $id = $get['id'] ?? 0;
-
         $cg = PurchaseClass::getById($id, true);
         PurchaseClass::valid($cg, $this->shopId);
         $customId = $cg->customId ?? 0;