the_bug 5 months ago
parent
commit
9b06d57c43
1 changed files with 0 additions and 5 deletions
  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!');
-    }
-
     /***
      * 状态说明
      */