@@ -24,9 +24,6 @@ discard block |
||
24 | 24 | namespace Eccube; |
25 | 25 | |
26 | 26 | use Eccube\Application\ApplicationTrait; |
27 | -use Eccube\Common\Constant; |
|
28 | -use Eccube\Doctrine\ORM\Mapping\Driver\YamlDriver; |
|
29 | -use Eccube\EventListener\TransactionListener; |
|
30 | 27 | use Eccube\Plugin\ConfigManager as PluginConfigManager; |
31 | 28 | use Eccube\Routing\EccubeRouter; |
32 | 29 | use Sergiors\Silex\Provider\AnnotationsServiceProvider; |
@@ -36,13 +33,10 @@ discard block |
||
36 | 33 | use Sergiors\Silex\Provider\TemplatingServiceProvider; |
37 | 34 | use Sergiors\Silex\Routing\ChainUrlGenerator; |
38 | 35 | use Sergiors\Silex\Routing\ChainUrlMatcher; |
39 | -use Symfony\Component\EventDispatcher\EventDispatcher; |
|
40 | 36 | use Symfony\Component\Finder\Finder; |
41 | 37 | use Symfony\Component\HttpFoundation\Request; |
42 | 38 | use Symfony\Component\HttpFoundation\Response; |
43 | 39 | use Symfony\Component\HttpKernel\Event\FilterResponseEvent; |
44 | -use Symfony\Component\HttpKernel\Event\GetResponseEvent; |
|
45 | -use Symfony\Component\HttpKernel\Event\PostResponseEvent; |
|
46 | 40 | use Symfony\Component\HttpKernel\KernelEvents; |
47 | 41 | use Symfony\Component\Yaml\Yaml; |
48 | 42 |