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