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