Merge pull request #56 from pylebecq/fix-collection

[Form][DataTransformer] Fixed class not found fatal error in ModelsToArra
This commit is contained in:
William DURAND 2011-09-28 07:14:31 -07:00
commit 1b00958210

View file

@ -11,6 +11,8 @@
namespace Propel\PropelBundle\Form\DataTransformer;
use Symfony\Component\Form\DataTransformerInterface;
use Symfony\Component\Form\Exception\UnexpectedTypeException;
use Symfony\Component\Form\Exception\TransformationFailedException;
use Propel\PropelBundle\Form\ChoiceList\ModelChoiceList;
use \PropelCollection;
use \PropelObjectCollection;