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