@@ -45,7 +45,6 @@ |
||
| 45 | 45 | use Sonata\Form\Validator\Constraints\InlineConstraint; |
| 46 | 46 | use Sonata\Form\Validator\ErrorElement; |
| 47 | 47 | use Symfony\Component\Form\Extension\Core\Type\HiddenType; |
| 48 | -use Symfony\Component\Form\Form; |
|
| 49 | 48 | use Symfony\Component\Form\FormBuilderInterface; |
| 50 | 49 | use Symfony\Component\Form\FormEvent; |
| 51 | 50 | use Symfony\Component\Form\FormEvents; |
@@ -22,7 +22,6 @@ |
||
| 22 | 22 | use Symfony\Component\Form\Exception\RuntimeException; |
| 23 | 23 | use Symfony\Component\PropertyAccess\PropertyAccess; |
| 24 | 24 | use Symfony\Component\PropertyAccess\PropertyAccessorInterface; |
| 25 | -use Symfony\Component\PropertyAccess\PropertyPath; |
|
| 26 | 25 | |
| 27 | 26 | /** |
| 28 | 27 | * @author Thomas Rabaix <[email protected]> |