瀏覽代碼

add usage vs qtymin calc

andre 4 年之前
父節點
當前提交
caa293e5fb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      productressources.php

+ 1 - 1
productressources.php

@@ -63,7 +63,7 @@ $configOptions = Capsule::table('tblproductconfigoptions')
     ->get();
 
 $this->service = new Service();
-$this->serviceId = $id;
+$this->service->setServiceId($id);
 $this->service->loadWhmcsService();
 $this->ressource = new ResourceManager();