@@ -15,7 +15,6 @@ |
||
15 | 15 | |
16 | 16 | use Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException; |
17 | 17 | use Doctrine\ORM\QueryBuilder; |
18 | -use Eccube\Application; |
|
19 | 18 | use Eccube\Common\Constant; |
20 | 19 | use Eccube\Controller\AbstractController; |
21 | 20 | use Eccube\Entity\Master\CsvType; |
@@ -102,7 +102,7 @@ |
||
102 | 102 | ], |
103 | 103 | 'constraints' => [ |
104 | 104 | new Assert\Length([ |
105 | - 'max' => $this->eccubeConfig['eccube_name_len'], |
|
105 | + 'max' => $this->eccubeConfig['eccube_name_len'], |
|
106 | 106 | ]), |
107 | 107 | new Assert\Regex([ |
108 | 108 | 'pattern' => '/^[^\s ]+$/u', |