@@ -1,8 +1,8 @@ |
||
| 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 | } |