Completed
Push — master ( 8de375...c37d37 )
by Alexey
04:18 queued 01:20
created
src/Page/PageRender.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
         $view->add("layout/layout", $data, "layout");
58 58
         $body = $view->renderBuffered("layout");
59 59
         $this->di->get("response")->setBody($body)
60
-                       ->send($status);
60
+                        ->send($status);
61 61
         exit;
62 62
     }
63 63
 }
Please login to merge, or discard this patch.