@@ -18,7 +18,7 @@ |
||
| 18 | 18 | * @Route("/", name="kunstmaan_dashboard") |
| 19 | 19 | * |
| 20 | 20 | * @param \Symfony\Component\HttpFoundation\Request $request |
| 21 | - * @return array |
|
| 21 | + * @return \Symfony\Component\HttpFoundation\Response |
|
| 22 | 22 | */ |
| 23 | 23 | public function indexAction(Request $request, $segmentId=null) |
| 24 | 24 | { |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Kunstmaan\DashboardBundle\Manager\WidgetManager; |
| 6 | 6 | use Kunstmaan\DashboardBundle\Widget\DashboardWidget; |
| 7 | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
| 8 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
|
| 9 | 8 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
| 10 | 9 | use Symfony\Component\HttpFoundation\Request; |
| 11 | 10 | |