@@ -26,12 +26,10 @@ 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; |
33 | 32 | use Eccube\Event\EventArgs; |
34 | -use Eccube\Form\Type\Admin\CustomerType; |
|
35 | 33 | use Eccube\Repository\CustomerRepository; |
36 | 34 | use Eccube\Repository\CustomerAddressRepository; |
37 | 35 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
@@ -41,7 +39,6 @@ discard block |
||
41 | 39 | use Symfony\Component\Form\FormFactory; |
42 | 40 | use Symfony\Component\HttpFoundation\Request; |
43 | 41 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
44 | -use Symfony\Component\Security\Core\Encoder\EncoderFactory; |
|
45 | 42 | use Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface; |
46 | 43 | use Eccube\Form\Type\Front\CustomerAddressType; |
47 | 44 | use Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException; |