@@ -26,12 +26,10 @@ |
||
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; |