Completed
Push — master ( 3acbb7...86c166 )
by AJ
01:58
created
config/routes.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 		
29 29
         foreach ($subdomains AS $prefix) {
30 30
 			
31
-            Router::scope('/', ['prefix' => $prefix], function($routes) { 
31
+            Router::scope('/', ['prefix' => $prefix], function($routes) {
32 32
                 $routes->fallbacks('DashedRoute');
33 33
 
34 34
             });
Please login to merge, or discard this patch.
src/Routing/SubdomainRouteTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 
22 22
 trait SubdomainRouteTrait {
23 23
 
24
-    private function _getSubdomains() {
24
+    private function _getSubdomains () {
25 25
 
26 26
         $validConfiguration = Configure::check('Multidimensional/Subdomains.subdomains');
27 27
 
Please login to merge, or discard this patch.