diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 1114d50e..89a3fc99 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -108,7 +108,7 @@ class Node extends HttpService * @throws NotFindClassException * @throws Exception */ - private function createDispatch() + private function createDispatch(): Closure { $application = $this;