Passed
Push — master ( 55cb94...e32a81 )
by Antonio Carlos
03:43
created
src/Support/Traits/Routing.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
             'middleware' => isset($route['middleware']) ? $route['middleware'] : [],
15 15
         ];
16 16
 
17
-        $this->getRouter()->group($attributes, function () use ($route, $name) {
17
+        $this->getRouter()->group($attributes, function() use ($route, $name) {
18 18
             $action = isset($route['controller'])
19 19
                 ? "{$route['controller']}@{$route['action']}"
20 20
                 : $route['action'];
Please login to merge, or discard this patch.