Completed
Push — master ( 8957b8...913780 )
by AJ
13:49
created
config/routes.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
     'Multidimensional/Cakephpify',
21 21
     ['path' => '/'],
22 22
     function ($routes) {
23
-		$routes->prefix('shopify', function ($routes) {
23
+        $routes->prefix('shopify', function ($routes) {
24 24
         $shopifyAPIKeys = array_keys(Configure::read('Multidimensional/Cakephpify'));
25 25
         if (is_array($shopifyAPIKeys) && count($shopifyAPIKeys) >= 0) {
26 26
             $routes->connect(
@@ -29,6 +29,6 @@  discard block
 block discarded – undo
29 29
                 ['api_key' => implode('|', $shopifyAPIKeys), 'pass' => ['api_key']]
30 30
             );
31 31
         }
32
-		});
32
+        });
33 33
     }
34 34
 );
Please login to merge, or discard this patch.