mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
Remove debug statement
This commit is contained in:
parent
0262f45f57
commit
b931ba1227
|
@ -43,7 +43,7 @@ class RouterMiddleware
|
|||
$method = $request->getMethod();
|
||||
$uri = $request->getUri()->getPath();
|
||||
|
||||
$routeInfo = $this->getDispatcher()->dispatch($method, $uri);dd($request, $this->routes, $routeInfo);
|
||||
$routeInfo = $this->getDispatcher()->dispatch($method, $uri);
|
||||
|
||||
switch ($routeInfo[0]) {
|
||||
case Dispatcher::NOT_FOUND:
|
||||
|
|
Loading…
Reference in New Issue
Block a user