@@ -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ファイルを扱うためのフィクスチャ. |
@@ -35,7 +35,6 @@ |
||
35 | 35 | use Symfony\Component\Form\AbstractType; |
36 | 36 | use Symfony\Component\Form\Extension\Core\Type\CollectionType; |
37 | 37 | use Symfony\Component\Form\Extension\Core\Type\EmailType; |
38 | -use Symfony\Component\Form\Extension\Core\Type\FormType; |
|
39 | 38 | use Symfony\Component\Form\Extension\Core\Type\HiddenType; |
40 | 39 | use Symfony\Component\Form\Extension\Core\Type\MoneyType; |
41 | 40 | use Symfony\Component\Form\Extension\Core\Type\TextareaType; |
@@ -4,25 +4,17 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\Common\Collections\ArrayCollection; |
6 | 6 | use Eccube\Application; |
7 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache; |
|
8 | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
9 | 8 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
10 | 9 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
11 | 10 | use Symfony\Component\HttpFoundation\Request; |
12 | - |
|
13 | -use Eccube\Common\Constant; |
|
14 | -use Eccube\Controller\AbstractController; |
|
15 | 11 | use Eccube\Entity\Shipping; |
16 | -use Eccube\Entity\Master\CsvType; |
|
17 | 12 | use Eccube\Event\EccubeEvents; |
18 | 13 | use Eccube\Event\EventArgs; |
19 | -use Eccube\Form\Type\AddCartType; |
|
20 | -use Eccube\Form\Type\Admin\SearchOrderType; |
|
21 | 14 | use Eccube\Form\Type\Admin\ShippingType; |
22 | 15 | use Eccube\Form\Type\Admin\SearchCustomerType; |
23 | 16 | use Eccube\Form\Type\Admin\SearchProductType; |
24 | 17 | use Eccube\Form\Type\Admin\ShipmentItemType; |
25 | -use Symfony\Component\HttpFoundation\StreamedResponse; |
|
26 | 18 | |
27 | 19 | /** |
28 | 20 | * @Route("/{_admin}/shipping") |