Passed
Push — master ( 37fbce...eb9638 )
by Mihail
09:07
created
Private/Config/Routing.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php return [
2
-	'Alias' => [
3
-		'Front' => [
4
-			'/about' => '/content/read/page/about-page'
5
-		]
6
-	],
7
-	'Callback' => [
8
-		'Front' => [
9
-			'Demo' => '\Apps\Controller\Front\Main'
10
-		]
11
-	]
2
+    'Alias' => [
3
+        'Front' => [
4
+            '/about' => '/content/read/page/about-page'
5
+        ]
6
+    ],
7
+    'Callback' => [
8
+        'Front' => [
9
+            'Demo' => '\Apps\Controller\Front\Main'
10
+        ]
11
+    ]
12 12
 ];
13 13
\ No newline at end of file
Please login to merge, or discard this patch.