xxxrrrdddd пре 2 година
родитељ
комит
dea20b095e
1 измењених фајлова са 0 додато и 1 уклоњено
  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());
     }
 }