Redundant import removed.

This commit is contained in:
Alexey Skobkin 2019-01-20 07:13:52 +03:00
parent 969fea6eb3
commit 11b4903cf1
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ namespace App\Form;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\Extension\Core\Type\HiddenType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\OptionsResolver\OptionsResolver;
class FakeCaptchaType extends AbstractType