Completed
Push — master ( 294fc5...650d31 )
by AJ
04:35
created
tests/config/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 
29 29
 EventManager::instance()->on(
30 30
     'Server.buildMiddleware',
31
-    function ($event, $middleware) {
31
+    function($event, $middleware) {
32 32
         $middleware->add(new SubdomainMiddleware());
33 33
     }
34 34
 );
Please login to merge, or discard this patch.
tests/config/routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 Router::scope(
23 23
     '/',
24 24
     ['prefix' => 'admin'],
25
-    function ($routes) {
25
+    function($routes) {
26 26
         $routes->fallbacks('Multidimensional/Subdomains.SubdomainRoute');
27 27
     }
28 28
 );
Please login to merge, or discard this patch.