Completed
Push — master ( 4b9ba2...76618f )
by Roger
07:59
created
app/Providers/RouteServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
     {
52 52
         $router->group([
53 53
             'namespace' => $this->namespace, 'middleware' => 'web',
54
-        ], function ($router) {
54
+        ], function($router) {
55 55
             require app_path('Http/routes.php');
56 56
         });
57 57
     }
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
     {
64 64
         $router->group([
65 65
             'namespace' => $this->namespace, 'middleware' => 'web',
66
-        ], function ($router) {
66
+        ], function($router) {
67 67
             require app_path('Http/routes_api.php');
68 68
         });
69 69
     }
Please login to merge, or discard this patch.