@@ -2,9 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace ETNA\Silex\Provider\JSON; |
4 | 4 | |
5 | -use Silex\Application; |
|
6 | -use Pimple\ServiceProviderInterface; |
|
7 | 5 | use Pimple\Container; |
6 | +use Pimple\ServiceProviderInterface; |
|
8 | 7 | use Symfony\Component\HttpFoundation\Request; |
9 | 8 | |
10 | 9 | /** |