|
|
@@ -62,8 +62,7 @@ $configOptions = Capsule::table('tblproductconfigoptions')
|
|
|
->select('optionname','qtyminimum')
|
|
|
->get();
|
|
|
|
|
|
-$this->service = new Service();
|
|
|
-$this->service->setServiceId($id);
|
|
|
+$this->service = new Service($id);
|
|
|
$this->service->loadWhmcsService();
|
|
|
$this->ressource = new ResourceManager();
|
|
|
|