the_bug 6 달 전
부모
커밋
9b06d57c43
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      app/Controller/OrderController.php

+ 0 - 5
app/Controller/OrderController.php

@@ -26,11 +26,6 @@ class OrderController extends AbstractController
      */
     #[Inject]
     private $orderServiceClient;
-    public function index(RequestInterface $request, ResponseInterface $response)
-    {
-        return $response->raw('Hello Hyperf!');
-    }
-
     /***
      * 状态说明
      */