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