@@ -31,8 +31,6 @@ discard block |
||
| 31 | 31 | use Eccube\Common\Constant; |
| 32 | 32 | use Eccube\Doctrine\DBAL\Types\UTCDateTimeType; |
| 33 | 33 | use Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver; |
| 34 | -use Eccube\Doctrine\ORM\Mapping\Driver\YamlDriver; |
|
| 35 | -use Eccube\EventListener\TransactionListener; |
|
| 36 | 34 | use Eccube\Plugin\ConfigManager as PluginConfigManager; |
| 37 | 35 | use Eccube\Routing\EccubeRouter; |
| 38 | 36 | use Eccube\ServiceProvider\MobileDetectServiceProvider; |
@@ -43,13 +41,11 @@ discard block |
||
| 43 | 41 | use Sergiors\Silex\Provider\TemplatingServiceProvider; |
| 44 | 42 | use Sergiors\Silex\Routing\ChainUrlGenerator; |
| 45 | 43 | use Sergiors\Silex\Routing\ChainUrlMatcher; |
| 46 | -use Symfony\Component\EventDispatcher\EventDispatcher; |
|
| 47 | 44 | use Symfony\Component\Finder\Finder; |
| 48 | 45 | use Symfony\Component\HttpFoundation\Request; |
| 49 | 46 | use Symfony\Component\HttpFoundation\Response; |
| 50 | 47 | use Symfony\Component\HttpKernel\Event\FilterResponseEvent; |
| 51 | 48 | use Symfony\Component\HttpKernel\Event\GetResponseEvent; |
| 52 | -use Symfony\Component\HttpKernel\Event\PostResponseEvent; |
|
| 53 | 49 | use Symfony\Component\HttpKernel\KernelEvents; |
| 54 | 50 | use Symfony\Component\Yaml\Yaml; |
| 55 | 51 | |
@@ -32,6 +32,9 @@ |
||
| 32 | 32 | { |
| 33 | 33 | protected $trait_proxies_directory; |
| 34 | 34 | |
| 35 | + /** |
|
| 36 | + * @param string $dir |
|
| 37 | + */ |
|
| 35 | 38 | public function setTraitProxiesDirectory($dir) |
| 36 | 39 | { |
| 37 | 40 | $this->trait_proxies_directory = $dir; |