Parcourir la source

[Form] added missing use statement

Fabien Potencier il y a 15 ans
Parent
commit
63793dd62e
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/Symfony/Component/Form/HybridField.php

+ 2 - 0
src/Symfony/Component/Form/HybridField.php

@@ -2,6 +2,8 @@
 
 namespace Symfony\Component\Form;
 
+use Symfony\Component\Form\Exception\FormException;
+
 /**
  * A field that can dynamically act like a field or like a field group
  *