mirror of
https://github.com/flarum/core.git
synced 2025-02-25 19:53:48 +01:00
Remove debug statement
This commit is contained in:
parent
1cbc60ca41
commit
29c7bf1b42
@ -43,7 +43,7 @@ class RouterMiddleware
|
|||||||
$method = $request->getMethod();
|
$method = $request->getMethod();
|
||||||
$uri = $request->getUri()->getPath();
|
$uri = $request->getUri()->getPath();
|
||||||
|
|
||||||
$routeInfo = $this->getDispatcher()->dispatch($method, $uri);dd($request, $this->routes, $routeInfo);
|
$routeInfo = $this->getDispatcher()->dispatch($method, $uri);
|
||||||
|
|
||||||
switch ($routeInfo[0]) {
|
switch ($routeInfo[0]) {
|
||||||
case Dispatcher::NOT_FOUND:
|
case Dispatcher::NOT_FOUND:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user