diff --git a/extdbms/lib/Controllers/DBMS/GearlistController.php b/extdbms/lib/Controllers/DBMS/GearlistController.php index 9ce3a5c..66f14d5 100644 --- a/extdbms/lib/Controllers/DBMS/GearlistController.php +++ b/extdbms/lib/Controllers/DBMS/GearlistController.php @@ -38,7 +38,7 @@ class GearlistController extends DBMSController $spec = $lineup_explode[0]; $cpu = $entity->getCPUName(); $entity->all = $this->getServerService()->getCountByMode("all", $cpu, $spec); - var_dump($entity->all); + var_dump($entity); exit; $entity->use = $this->getServerService()->getCountByMode("use", $cpu, $spec); $entity->empty = $this->getServerService()->getCountByMode("empty", $cpu, $spec);