@@ -40,9 +40,7 @@ |
||
40 | 40 | use Eccube\Form\Type\ShippingMultipleType; |
41 | 41 | use Eccube\Form\Type\Shopping\OrderType; |
42 | 42 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
43 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; |
|
44 | 43 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
45 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
|
46 | 44 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
47 | 45 | use Symfony\Component\Form\Extension\Core\Type\CollectionType; |
48 | 46 | use Symfony\Component\HttpFoundation\Request; |
@@ -26,7 +26,6 @@ |
||
26 | 26 | |
27 | 27 | use Eccube\Common\Constant; |
28 | 28 | use Eccube\Exception\PluginException; |
29 | -use Eccube\Plugin\ConfigManager; |
|
30 | 29 | use Eccube\Plugin\ConfigManager as PluginConfigManager; |
31 | 30 | use Eccube\Util\Cache; |
32 | 31 | use Eccube\Util\Str; |
@@ -24,18 +24,15 @@ |
||
24 | 24 | |
25 | 25 | namespace Eccube\ServiceProvider; |
26 | 26 | |
27 | -use Eccube\Common\Constant; |
|
28 | 27 | use Eccube\DataCollector\EccubeDataCollector; |
29 | 28 | use Pimple\Container; |
30 | 29 | use Pimple\ServiceProviderInterface; |
31 | 30 | use Silex\Api\BootableProviderInterface; |
32 | 31 | use Silex\Application; |
33 | 32 | use Symfony\Bridge\Twig\Extension\DumpExtension; |
34 | -use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
|
35 | 33 | use Symfony\Component\HttpKernel\DataCollector\DumpDataCollector; |
36 | 34 | use Symfony\Component\HttpKernel\EventListener\DumpListener; |
37 | 35 | use Symfony\Component\VarDumper\Cloner\VarCloner; |
38 | -use Symfony\Component\VarDumper\Dumper\CliDumper; |
|
39 | 36 | use Symfony\Component\VarDumper\Dumper\HtmlDumper; |
40 | 37 | use Symfony\Component\VarDumper\VarDumper; |
41 | 38 |
@@ -2,14 +2,9 @@ |
||
2 | 2 | namespace Acme\Controller; |
3 | 3 | |
4 | 4 | use Eccube\Application; |
5 | -use Symfony\Component\HttpFoundation\Response; |
|
6 | 5 | use Symfony\Component\HttpFoundation\Request; |
7 | -use Symfony\Component\HttpFoundation\ParameterBag; |
|
8 | 6 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
9 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
|
10 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
|
11 | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
12 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; |
|
13 | 8 | |
14 | 9 | /** |
15 | 10 | * @Route("/test") |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Acme\Controller; |
4 | 4 | |
5 | 5 | use Eccube\Application; |
6 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache; |
|
7 | 6 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
8 | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
9 | 8 |
@@ -4,13 +4,10 @@ |
||
4 | 4 | use Eccube\Application; |
5 | 5 | use Symfony\Component\HttpFoundation\Response; |
6 | 6 | use Symfony\Component\HttpFoundation\Request; |
7 | -use Symfony\Component\HttpFoundation\ParameterBag; |
|
8 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache; |
|
9 | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
10 | 8 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
11 | 9 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
12 | 10 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
13 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; |
|
14 | 11 | |
15 | 12 | /** |
16 | 13 | * @Route("/test") |
@@ -31,7 +31,6 @@ |
||
31 | 31 | use Eccube\Form\Type\Admin\PluginLocalInstallType; |
32 | 32 | use Eccube\Form\Type\Admin\PluginManagementType; |
33 | 33 | use Eccube\Util\Str; |
34 | -use Monolog\Logger; |
|
35 | 34 | use Symfony\Component\Filesystem\Filesystem; |
36 | 35 | use Symfony\Component\Finder\Finder; |
37 | 36 | use Symfony\Component\Form\Extension\Core\Type\TextType; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Doctrine\Common\DataFixtures\FixtureInterface; |
6 | 6 | use Doctrine\Common\Persistence\ObjectManager; |
7 | 7 | use Doctrine\DBAL\Connection; |
8 | -use Doctrine\DBAL\Schema\Table; |
|
9 | 8 | |
10 | 9 | /** |
11 | 10 | * CSVファイルを扱うためのフィクスチャ. |
@@ -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\EntityEventServiceProvider; |
@@ -40,13 +38,11 @@ discard block |
||
40 | 38 | use Sergiors\Silex\Provider\TemplatingServiceProvider; |
41 | 39 | use Sergiors\Silex\Routing\ChainUrlGenerator; |
42 | 40 | use Sergiors\Silex\Routing\ChainUrlMatcher; |
43 | -use Symfony\Component\EventDispatcher\EventDispatcher; |
|
44 | 41 | use Symfony\Component\Finder\Finder; |
45 | 42 | use Symfony\Component\HttpFoundation\Request; |
46 | 43 | use Symfony\Component\HttpFoundation\Response; |
47 | 44 | use Symfony\Component\HttpKernel\Event\FilterResponseEvent; |
48 | 45 | use Symfony\Component\HttpKernel\Event\GetResponseEvent; |
49 | -use Symfony\Component\HttpKernel\Event\PostResponseEvent; |
|
50 | 46 | use Symfony\Component\HttpKernel\KernelEvents; |
51 | 47 | use Symfony\Component\Yaml\Yaml; |
52 | 48 |