Passed
Pull Request — master (#102)
by Iman
13:28 queued 06:13
created
src/WatchingStrategies/Routes/MatchedRoute.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.