@@ -15,16 +15,12 @@ |
||
15 | 15 | |
16 | 16 | use Negotiation\Negotiator; |
17 | 17 | use Pimple\Container; |
18 | - |
|
19 | - |
|
20 | - |
|
21 | 18 | use Component\Firewall\Firewall; |
22 | 19 | use Component\Http\JsonResponse; |
23 | 20 | use Component\Http\RedirectResponse; |
24 | 21 | use Component\Http\Request; |
25 | 22 | use Component\Http\Response; |
26 | 23 | use Component\Http\Session; |
27 | - |
|
28 | 24 | use App\Controller\Api\UserController; |
29 | 25 | use App\Controller\DefaultController; |
30 | 26 | use App\Controller\PageController; |
@@ -14,9 +14,6 @@ |
||
14 | 14 | namespace App\Negociation\Handler; |
15 | 15 | |
16 | 16 | use Negotiation\Negotiator; |
17 | - |
|
18 | - |
|
19 | - |
|
20 | 17 | use Component\Http\JsonResponse; |
21 | 18 | use Component\Http\Request; |
22 | 19 | use Component\Http\Response; |