Completed
Push — master ( 86c166...3a05b6 )
by AJ
02:03
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.
config/subdomains.default.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,6 +25,6 @@
 block discarded – undo
25 25
 return array(
26 26
     'Multidimensional/Subdomains' => 
27 27
         array('subdomains' =>
28
-			array('{SUBDOMAIN_1}', '{SUBDOMAIN_2}', /*...*/ '{SUBDOMAIN_N}')
29
-		)
30
-	);
31 28
\ No newline at end of file
29
+            array('{SUBDOMAIN_1}', '{SUBDOMAIN_2}', /*...*/ '{SUBDOMAIN_N}')
30
+        )
31
+    );
32 32
\ No newline at end of file
Please login to merge, or discard this patch.