From 14d5cf06359f3988392a8b0609633ee10ed64043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 30 Mar 2021 11:40:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Server.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HttpServer/Server.php b/HttpServer/Server.php index 813a165c..d1920c69 100644 --- a/HttpServer/Server.php +++ b/HttpServer/Server.php @@ -514,6 +514,9 @@ class Server extends HttpService $event->on(Event::SERVER_WORKER_START, function () { router()->loadRouterSetting(); + + var_dump(2222); + $annotation = Snowflake::app()->getAttributes(); $annotation->instanceDirectoryFiles(CONTROLLER_PATH); $annotation->instanceDirectoryFiles(RPC_SERVICE_PATH);