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