This commit is contained in:
2021-08-30 17:43:07 +08:00
parent 70539e9f51
commit 4015bf30e6
+1
View File
@@ -390,6 +390,7 @@ class Node
throw new RequestException('<h2>HTTP 404 Not Found</h2><hr><i>Powered by Swoole</i>', 404);
}
if (!empty($handlerProviders[1])) {
var_dump($handlerProviders[1]);
return call_user_func($handlerProviders[0], ...$handlerProviders[1]);
}
return call_user_func($handlerProviders[0]);