@@ -96,7 +96,7 @@ |
||
| 96 | 96 | PluginApiService $pluginApiService, |
| 97 | 97 | ComposerServiceInterface $composerService, |
| 98 | 98 | SystemService $systemService |
| 99 | - ){ |
|
| 99 | + ) { |
|
| 100 | 100 | $this->pluginRepository = $pluginRepository; |
| 101 | 101 | $this->pluginService = $pluginService; |
| 102 | 102 | $this->BaseInfo = $baseInfoRepository->get(); |
@@ -14,11 +14,11 @@ |
||
| 14 | 14 | namespace Eccube\Service; |
| 15 | 15 | |
| 16 | 16 | use Doctrine\ORM\EntityManagerInterface; |
| 17 | +use Symfony\Component\DependencyInjection\ContainerInterface; |
|
| 17 | 18 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
| 18 | 19 | use Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector; |
| 19 | -use Symfony\Component\DependencyInjection\ContainerInterface; |
|
| 20 | -use Symfony\Component\HttpKernel\KernelEvents; |
|
| 21 | 20 | use Symfony\Component\HttpKernel\Event\PostResponseEvent; |
| 21 | +use Symfony\Component\HttpKernel\KernelEvents; |
|
| 22 | 22 | |
| 23 | 23 | class SystemService implements EventSubscriberInterface |
| 24 | 24 | { |