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