andre 4 лет назад
Родитель
Сommit
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();