@@ -26,7 +26,6 @@ discard block |
||
26 | 26 | use Doctrine\ORM\EntityManager; |
27 | 27 | use Eccube\Annotation\Inject; |
28 | 28 | use Eccube\Application; |
29 | -use Eccube\Common\Constant; |
|
30 | 29 | use Eccube\Controller\AbstractController; |
31 | 30 | use Eccube\Entity\CustomerAddress; |
32 | 31 | use Eccube\Event\EccubeEvents; |
@@ -35,12 +34,10 @@ discard block |
||
35 | 34 | use Eccube\Repository\CustomerRepository; |
36 | 35 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
37 | 36 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
38 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
|
39 | 37 | use Symfony\Component\EventDispatcher\EventDispatcher; |
40 | 38 | use Symfony\Component\Form\FormFactory; |
41 | 39 | use Symfony\Component\HttpFoundation\Request; |
42 | 40 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
43 | -use Symfony\Component\Security\Core\Encoder\EncoderFactory; |
|
44 | 41 | use Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface; |
45 | 42 | |
46 | 43 | /** |
@@ -27,7 +27,6 @@ |
||
27 | 27 | use Doctrine\ORM\EntityManager; |
28 | 28 | use Eccube\Annotation\Inject; |
29 | 29 | use Eccube\Application; |
30 | -use Eccube\Common\Constant; |
|
31 | 30 | use Eccube\Controller\AbstractController; |
32 | 31 | use Eccube\Entity\Delivery; |
33 | 32 | use Eccube\Event\EccubeEvents; |
@@ -27,14 +27,12 @@ |
||
27 | 27 | use Doctrine\ORM\EntityManager; |
28 | 28 | use Eccube\Annotation\Inject; |
29 | 29 | use Eccube\Application; |
30 | -use Eccube\Common\Constant; |
|
31 | 30 | use Eccube\Controller\AbstractController; |
32 | 31 | use Eccube\Entity\Master\CustomerStatus; |
33 | 32 | use Eccube\Event\EccubeEvents; |
34 | 33 | use Eccube\Event\EventArgs; |
35 | 34 | use Eccube\Repository\Master\CustomerStatusRepository; |
36 | 35 | use Eccube\Service\MailService; |
37 | -use Eccube\Util\Str; |
|
38 | 36 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
39 | 37 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
40 | 38 | use Symfony\Component\EventDispatcher\EventDispatcher; |