Completed
Pull Request — experimental/3.1 (#2647)
by
unknown
38:47
created
src/Eccube/Controller/Admin/Customer/CustomerDeliveryEditController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -26,12 +26,10 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.