@@ -55,7 +55,7 @@ |
||
55 | 55 | $matchedRoute = [ |
56 | 56 | $route->getName(), |
57 | 57 | $route->getActionName(), |
58 | - app('request')->method().$route->uri, |
|
58 | + app('request')->method() . $route->uri, |
|
59 | 59 | ]; |
60 | 60 | |
61 | 61 | return array_filter($matchedRoute); |