Passed
Push — master ( bc905b...ef8807 )
by Mihail
04:40
created
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.