ayHaru il y a 4 ans
Parent
commit
27737887e1
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      application/index/controller/Cabinet.php

+ 0 - 1
application/index/controller/Cabinet.php

@@ -257,7 +257,6 @@ class Cabinet extends Base
     }
 
     public function GetCabinetsBoxs(){
-        echo 1;die;
         $CabinetModel = new CabinetModel();
         $cabinets = $CabinetModel->getCabinetsByWhere();
         $BoxModel = new BoxModel();