@@ -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\StringUtil; |
|
38 | 36 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
39 | 37 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
40 | 38 | use Symfony\Component\EventDispatcher\EventDispatcher; |
@@ -25,12 +25,10 @@ |
||
25 | 25 | namespace Eccube\Repository; |
26 | 26 | |
27 | 27 | use Doctrine\ORM\EntityManager; |
28 | -use Doctrine\ORM\NoResultException; |
|
29 | 28 | use Eccube\Annotation\Inject; |
30 | 29 | use Eccube\Annotation\Repository; |
31 | 30 | use Eccube\Doctrine\Query\Queries; |
32 | 31 | use Eccube\Util\StringUtil; |
33 | -use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
|
34 | 32 | |
35 | 33 | /** |
36 | 34 | * ProductRepository |