This commit is contained in:
2021-08-13 15:29:41 +08:00
parent 22c11fca68
commit 68bbc90920
2 changed files with 7 additions and 7 deletions
+1
View File
@@ -537,6 +537,7 @@ class Router extends HttpService implements RouterInterface
return null;
}
$node = $this->tree_search(['*'], $request->getMethod());
var_dump($node, $request->getMethod());
if (!($node instanceof Node)) {
return null;
}