You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title said, adding middlewares with $app->addRoute($method, $path, $handler, ['middleware'=>[...]]) not gonna work because the script that add the middleware overwritten.
As the title said, adding middlewares with
$app->addRoute($method, $path, $handler, ['middleware'=>[...]])
not gonna work because the script that add the middleware overwritten.Please inspect this line
It should
return $router->addRoute($httpMethod, $route, $handler, $options);
.The text was updated successfully, but these errors were encountered: