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