@@ -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 | /** |
@@ -22,11 +22,11 @@ |
||
22 | 22 | use Eccube\Exception\PluginException; |
23 | 23 | use Eccube\Repository\PluginRepository; |
24 | 24 | use Eccube\Service\Composer\ComposerServiceInterface; |
25 | +use Eccube\Service\SystemService; |
|
25 | 26 | use Eccube\Util\CacheUtil; |
26 | 27 | use Eccube\Util\StringUtil; |
27 | 28 | use Symfony\Component\DependencyInjection\ContainerInterface; |
28 | 29 | use Symfony\Component\Filesystem\Filesystem; |
29 | -use Eccube\Service\SystemService; |
|
30 | 30 | |
31 | 31 | class PluginService |
32 | 32 | { |