@@ -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; |