Kaynağa Gözat

add usage vs qtymin calc

andre 4 yıl önce
ebeveyn
işleme
74fc035fc1
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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());