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 3d7ec1e commit 938f737Copy full SHA for 938f737
src/Router.php
@@ -881,7 +881,7 @@ private static function invoke($handler, $params = [])
881
if (call_user_func_array([new $controller(), $method], $params) === false) {
882
// Try to call the method as a non-static method. (the if does nothing, only avoids the notice)
883
if (forward_static_call_array([$controller, $method], $params) === false)
884
- ;
+ ;
885
}
886
} else if (strpos($handler, ':') !== false) {
887
$middlewareParams = [];
0 commit comments