There was an error while loading. Please reload this page.
2 parents 286bcb8 + 4d32eba commit 3e41362Copy full SHA for 3e41362
cookbook/form/form_collections.rst
@@ -22,9 +22,9 @@ Let's start there: suppose that each ``Task`` belongs to multiple ``Tags``
22
objects. Start by creating a simple ``Task`` class::
23
24
// src/Acme/TaskBundle/Entity/Task.php
25
- namespace Acme\TaskBundle\Entity\Task
+ namespace Acme\TaskBundle\Entity;
26
27
- use Doctrine\Common\Collections\ArrayCollection
+ use Doctrine\Common\Collections\ArrayCollection;
28
29
class Task
30
{
0 commit comments