There was an error while loading. Please reload this page.
1 parent 3f1130c commit af419d6Copy full SHA for af419d6
book/doctrine/orm.rst
@@ -546,12 +546,12 @@ types such as strings, integers and fields. However you can also integrate
546
them nicely with associations.
547
548
This is done by the help of a dedicated field:
549
-:class:`Symfony\\Brigde\Doctrine\Form\Type\EntityType`. It provides a list of
+:class:`Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType`. It provides a list of
550
choices from which an entity can be selected.
551
552
.. code-block:: php
553
554
- use Symfony\Component\Form\EntityChoiceField;
+ use Symfony\Bridge\Doctrine\Form\Type\EntityType;
555
556
$builder->add('users','entity',
557
array('class' => 'Acme\\HelloBundle\\Entity\\User',
0 commit comments