[Form] added missing use statement

This commit is contained in:
Fabien Potencier 2010-09-10 09:21:29 +02:00
parent 90da4d0c3c
commit 63793dd62e

View File

@ -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
*