@@ -5,13 +5,11 @@ |
||
5 | 5 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
6 | 6 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
7 | 7 | |
8 | -class DefaultController extends Controller |
|
9 | -{ |
|
8 | +class DefaultController extends Controller { |
|
10 | 9 | /** |
11 | 10 | * @Route("/index", name="ribsadmin_index") |
12 | 11 | */ |
13 | - public function indexAction() |
|
14 | - { |
|
12 | + public function indexAction() { |
|
15 | 13 | return $this->render('RibsAdminBundle:Default:index.html.twig'); |
16 | 14 | } |
17 | 15 | } |