Passed
Push — master ( 67ec34...2ff9ea )
by Mihail
05:25
created
Apps/Controller/Admin/Contenttag.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         
32 32
         // render view output
33 33
         return App::$View->render('index', [
34
-           'model' => $model->filter()
34
+            'model' => $model->filter()
35 35
         ]);
36 36
     }
37 37
 }
38 38
\ No newline at end of file
Please login to merge, or discard this patch.