@@ -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 |
@@ -1,7 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; |
|
4 | - |
|
5 | 3 | // This file has been auto-generated by the Symfony Dependency Injection Component for internal use. |
6 | 4 | // Returns the public 'routing.loader' shared service. |
7 | 5 |
@@ -1,7 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; |
|
4 | - |
|
5 | 3 | // This file has been auto-generated by the Symfony Dependency Injection Component for internal use. |
6 | 4 | // Returns the public 'routing.loader' shared service. |
7 | 5 |
@@ -1,7 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; |
|
4 | - |
|
5 | 3 | // This file has been auto-generated by the Symfony Dependency Injection Component for internal use. |
6 | 4 | // Returns the public 'routing.loader' shared service. |
7 | 5 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\ArticleBundle\Router; |
4 | 4 | |
5 | 5 | use Kunstmaan\NodeBundle\Router\SlugRouter; |
6 | -use Symfony\Component\Routing\Route; |
|
7 | 6 | use Symfony\Component\Routing\RouteCollection; |
8 | 7 | use Symfony\Component\Translation\TranslatorInterface; |
9 | 8 |