@@ -27,7 +27,6 @@ |
||
| 27 | 27 | use Symfony\Component\Form\AbstractType; |
| 28 | 28 | use Symfony\Component\Form\Extension\Core\Type; |
| 29 | 29 | use Symfony\Component\Form\FormBuilderInterface; |
| 30 | -use Symfony\Component\Validator\Constraints as Assert; |
|
| 31 | 30 | |
| 32 | 31 | class SearchProductType extends AbstractType |
| 33 | 32 | { |
@@ -24,7 +24,6 @@ |
||
| 24 | 24 | |
| 25 | 25 | namespace Eccube\Command\PluginCommand; |
| 26 | 26 | |
| 27 | -use Eccube\Common\Constant; |
|
| 28 | 27 | use Symfony\Component\Console\Question\Question; |
| 29 | 28 | |
| 30 | 29 | abstract class AbstractPluginGenerator |