We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb4043 commit 53a7297Copy full SHA for 53a7297
src/Router.php
@@ -924,7 +924,7 @@ private static function invoke($handler, $params = [])
924
if (call_user_func_array([new $controller(), $method], $params) === false) {
925
// Try to call the method as a non-static method. (the if does nothing, only avoids the notice)
926
if (forward_static_call_array([$controller, $method], $params) === false)
927
- ;
+ ;
928
}
929
} elseif (strpos($handler, ':') !== false) {
930
$middlewareParams = [];
0 commit comments