ayHaru 4 سال پیش
والد
کامیت
27737887e1
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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();