Completed
Branch master (caa7ac)
by Artur
05:04 queued 02:37
created
backend/controller/Index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Bricks\Frameworks\Base\Controller;
3 3
 
4
-class Index extends Controller{
5
-  public function indexAction(){
4
+class Index extends Controller {
5
+  public function indexAction() {
6 6
     return $this->template();
7 7
   }
8 8
 }
Please login to merge, or discard this patch.