@@ -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ファイルを扱うためのフィクスチャ. |
@@ -41,7 +41,6 @@ |
||
41 | 41 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
42 | 42 | use Symfony\Component\EventDispatcher\EventDispatcher; |
43 | 43 | use Symfony\Component\Filesystem\Filesystem; |
44 | -use Symfony\Component\Finder\Finder; |
|
45 | 44 | use Symfony\Component\Form\FormFactory; |
46 | 45 | use Symfony\Component\HttpFoundation\Request; |
47 | 46 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
@@ -26,7 +26,6 @@ |
||
26 | 26 | |
27 | 27 | use Eccube\Annotation\FormType; |
28 | 28 | use Eccube\Annotation\Inject; |
29 | -use Eccube\Application; |
|
30 | 29 | use Symfony\Component\Form\AbstractType; |
31 | 30 | use Symfony\Component\Form\Extension\Core\Type\ChoiceType; |
32 | 31 | use Symfony\Component\Form\Extension\Core\Type\HiddenType; |
@@ -24,7 +24,6 @@ |
||
24 | 24 | namespace Eccube\Service; |
25 | 25 | |
26 | 26 | use Eccube\Annotation\Service; |
27 | -use Eccube\Application; |
|
28 | 27 | |
29 | 28 | |
30 | 29 | /** |
@@ -38,7 +38,6 @@ |
||
38 | 38 | use Eccube\Form\Type\Master\ProductListMaxType; |
39 | 39 | use Eccube\Form\Type\Master\ProductListOrderByType; |
40 | 40 | use Eccube\Form\Type\SearchProductType; |
41 | -use Eccube\Repository\BaseInfoRepository; |
|
42 | 41 | use Eccube\Repository\CustomerFavoriteProductRepository; |
43 | 42 | use Eccube\Repository\ProductRepository; |
44 | 43 | use Eccube\Service\CartService; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Doctrine\ORM\EntityManager; |
7 | 7 | use Eccube\Annotation\Inject; |
8 | 8 | use Eccube\Annotation\Service; |
9 | -use Eccube\Common\Constant; |
|
10 | 9 | use Eccube\Entity\CartItem; |
11 | 10 | use Eccube\Entity\Customer; |
12 | 11 | use Eccube\Entity\CustomerAddress; |
@@ -32,7 +32,6 @@ |
||
32 | 32 | use Eccube\Controller\AbstractController; |
33 | 33 | use Eccube\Entity\BaseInfo; |
34 | 34 | use Eccube\Entity\CustomerFavoriteProduct; |
35 | -use Eccube\Entity\Product; |
|
36 | 35 | use Eccube\Event\EccubeEvents; |
37 | 36 | use Eccube\Event\EventArgs; |
38 | 37 | use Eccube\Exception\CartException; |
@@ -25,12 +25,10 @@ |
||
25 | 25 | namespace Eccube\Repository; |
26 | 26 | |
27 | 27 | use Doctrine\ORM\EntityManager; |
28 | -use Doctrine\ORM\NoResultException; |
|
29 | 28 | use Eccube\Annotation\Inject; |
30 | 29 | use Eccube\Annotation\Repository; |
31 | 30 | use Eccube\Doctrine\Query\Queries; |
32 | 31 | use Eccube\Util\Str; |
33 | -use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
|
34 | 32 | |
35 | 33 | /** |
36 | 34 | * ProductRepository |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Eccube\Service\PurchaseFlow\Processor; |
4 | 4 | |
5 | 5 | use Doctrine\DBAL\LockMode; |
6 | -use Eccube\Annotation\Inject; |
|
7 | 6 | use Eccube\Common\Constant; |
8 | 7 | use Eccube\Entity\ItemInterface; |
9 | 8 | use Eccube\Entity\OrderItem; |