@@ -4,13 +4,13 @@ |
||
4 | 4 | use InvalidArgumentException; |
5 | 5 | use MJanssen\Route\Name; |
6 | 6 | use MJanssen\Route\Route; |
7 | -use RuntimeException; |
|
8 | -use Silex\Application; |
|
9 | -use Silex\Controller; |
|
10 | -use Pimple\ServiceProviderInterface; |
|
11 | 7 | use Pimple\Container; |
8 | +use Pimple\ServiceProviderInterface; |
|
9 | +use RuntimeException; |
|
12 | 10 | use Silex\Api\BootableProviderInterface; |
13 | 11 | use Silex\Api\EventListenerProviderInterface; |
12 | +use Silex\Application; |
|
13 | +use Silex\Controller; |
|
14 | 14 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
15 | 15 | |
16 | 16 | /** |