@@ -4,7 +4,6 @@ discard block |
||
4 | 4 | |
5 | 5 | namespace Jarvis; |
6 | 6 | |
7 | -use FastRoute\Dispatcher; |
|
8 | 7 | use Jarvis\Skill\DependencyInjection\Container; |
9 | 8 | use Jarvis\Skill\DependencyInjection\ContainerProvider; |
10 | 9 | use Jarvis\Skill\DependencyInjection\ContainerProviderInterface; |
@@ -16,7 +15,6 @@ discard block |
||
16 | 15 | use Jarvis\Skill\EventBroadcaster\ResponseEvent; |
17 | 16 | use Jarvis\Skill\EventBroadcaster\RunEvent; |
18 | 17 | use Jarvis\Skill\EventBroadcaster\SimpleEvent; |
19 | -use Symfony\Component\HttpFoundation\ParameterBag; |
|
20 | 18 | use Symfony\Component\HttpFoundation\Request; |
21 | 19 | use Symfony\Component\HttpFoundation\Response; |
22 | 20 |