Completed
Push — master ( 2b7966...91a132 )
by Peter
10:02
created
src/ThemesServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
         Route::group([
79 79
             'middleware' => 'web',
80 80
             'namespace' => 'App\Http\Controllers',
81
-        ], function ($router) {
81
+        ], function($router) {
82 82
             require base_path('themes/'.$this->app['themes']->getTheme().'/routes/web.php');
83 83
         });
84 84
     }
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
             'middleware' => ['api', 'auth:api'],
97 97
             'namespace' => $this->namespace,
98 98
             'prefix' => 'api',
99
-        ], function ($router) {
99
+        ], function($router) {
100 100
             require basepath('themes/'.$this->app['themes']->getTheme().'routes/api.php');
101 101
         });
102 102
     }
Please login to merge, or discard this patch.