This commit is contained in:
2021-02-20 13:08:54 +08:00
parent d05cb47f66
commit 163c823d25
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ return [
],
'events' => [
Event::SERVER_WORKER_START => function () {
$router = Snowflake::app()->router;
$router = Snowflake::app()->getRouter();
$router->loadRouterSetting();
},
]