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