Passed
Push — master ( ef8807...c1ca83 )
by Mihail
05:17
created
Private/Config/Routing.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php return [
2
-	'Alias' => [
3
-		'Front' => [
4
-			'/' => '/content/list/news',
5
-			'/about' => '/content/read/page/about-page'
6
-		]
7
-	]
2
+    'Alias' => [
3
+        'Front' => [
4
+            '/' => '/content/list/news',
5
+            '/about' => '/content/read/page/about-page'
6
+        ]
7
+    ]
8 8
 ];
9 9
\ No newline at end of file
Please login to merge, or discard this patch.
Apps/Controller/Admin/Contenttag.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
         
35 35
         // render view output
36 36
         return $this->view->render('contenttag/index', [
37
-           'model' => $model
37
+            'model' => $model
38 38
         ]);
39 39
     }
40 40
 }
Please login to merge, or discard this patch.