@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use Codeception\Util\Fixtures; |
4 | -use Page\Front\CartPage; |
|
5 | 4 | use Page\Front\ProductDetailPage; |
6 | 5 | use Page\Front\ProductListPage; |
7 | 6 | use Page\Front\TopPage; |
@@ -15,8 +15,8 @@ |
||
15 | 15 | |
16 | 16 | use Doctrine\ORM\EntityManagerInterface; |
17 | 17 | use Eccube\Entity\BaseInfo; |
18 | -use Eccube\Entity\ItemHolderInterface; |
|
19 | 18 | use Eccube\Entity\BaseInfoRepository; |
19 | +use Eccube\Entity\ItemHolderInterface; |
|
20 | 20 | use Eccube\Service\PurchaseFlow\ItemHolderProcessor; |
21 | 21 | use Eccube\Service\PurchaseFlow\ProcessResult; |
22 | 22 | use Eccube\Service\PurchaseFlow\PurchaseContext; |
@@ -14,9 +14,9 @@ |
||
14 | 14 | namespace Eccube\Controller\Admin\Customer; |
15 | 15 | |
16 | 16 | use Eccube\Controller\AbstractController; |
17 | +use Eccube\Entity\Master\CustomerStatus; |
|
17 | 18 | use Eccube\Event\EccubeEvents; |
18 | 19 | use Eccube\Event\EventArgs; |
19 | -use Eccube\Entity\Master\CustomerStatus; |
|
20 | 20 | use Eccube\Form\Type\Admin\CustomerType; |
21 | 21 | use Eccube\Repository\CustomerRepository; |
22 | 22 | use Eccube\Util\StringUtil; |
@@ -19,7 +19,6 @@ |
||
19 | 19 | use Eccube\Entity\Shipping; |
20 | 20 | use Eccube\Form\Type\Admin\CsvImportType; |
21 | 21 | use Eccube\Repository\ShippingRepository; |
22 | -use Eccube\Service\CsvImportService; |
|
23 | 22 | use Eccube\Service\OrderStateMachine; |
24 | 23 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
25 | 24 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
@@ -38,7 +38,6 @@ |
||
38 | 38 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
39 | 39 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
40 | 40 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
41 | -use Symfony\Component\Form\FormError; |
|
42 | 41 | use Symfony\Component\Form\FormInterface; |
43 | 42 | use Symfony\Component\HttpFoundation\ParameterBag; |
44 | 43 | use Symfony\Component\HttpFoundation\Request; |
@@ -44,7 +44,6 @@ |
||
44 | 44 | use Eccube\Repository\OrderRepository; |
45 | 45 | use Eccube\Repository\PaymentRepository; |
46 | 46 | use Eccube\Repository\TaxRuleRepository; |
47 | -use Eccube\Util\StringUtil; |
|
48 | 47 | use Symfony\Component\EventDispatcher\EventDispatcher; |
49 | 48 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
50 | 49 | use Symfony\Component\Form\Extension\Core\Type\CollectionType; |