xxxrrrdddd hace 2 años
padre
commit
dea20b095e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      application/index/controller/Index.php

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

@@ -19,6 +19,5 @@ class Index extends Frontend
         return $this->view->fetch();
     }
     public function test(UserOrderService $orderService){
-        dd($orderService->fast());
     }
 }