Преглед на файлове

add usage vs qtymin calc

andre преди 4 години
родител
ревизия
74fc035fc1
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      productressources.php

+ 3 - 3
productressources.php

@@ -62,9 +62,9 @@ $configOptions = Capsule::table('tblproductconfigoptions')
     ->select('optionname','qtyminimum')
     ->get();
 
-$this->service = new Service($id);
-$this->service->loadWhmcsService();
-$this->ressource = new ResourceManager();
+$service = new Service($id);
+$service->loadWhmcsService();
+$ressource = new ResourceManager();
 
 print_r($this->ressource);
 widgetOutput($this->ressource->vcpus()->getUsed());