@@ -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(); |
@@ -30,10 +30,10 @@ |
||
| 30 | 30 | use Eccube\Util\FormUtil; |
| 31 | 31 | use Knp\Component\Pager\Paginator; |
| 32 | 32 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
| 33 | -use Symfony\Component\HttpFoundation\Request; |
|
| 34 | -use Symfony\Component\HttpKernel\KernelEvents; |
|
| 35 | 33 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
| 34 | +use Symfony\Component\HttpFoundation\Request; |
|
| 36 | 35 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
| 36 | +use Symfony\Component\HttpKernel\KernelEvents; |
|
| 37 | 37 | use Symfony\Component\Routing\Annotation\Route; |
| 38 | 38 | |
| 39 | 39 | /** |