Completed
Push — master ( c459c5...bec271 )
by AJ
01:54
created
config/routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 		
33 33
         foreach ($subdomains AS $prefix) {
34 34
 			
35
-            Router::scope('/', ['prefix' => $prefix], function ($routes) {
35
+            Router::scope('/', ['prefix' => $prefix], function($routes) {
36 36
                 $routes->fallbacks(DashedRoute::class);
37 37
             });
38 38
 			
Please login to merge, or discard this patch.