File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ that Task, right inside the same form.
1717
of this tutorial that really care about "persistence".
1818

1919
If you *are* using Doctrine, you'll need to add the Doctrine metadata,
20-
including the ``ManyToMany`` on the Task's ``tags`` property.
20+
including the ``ManyToMany`` association mapping definition on the Task's
21+
``tags`` property.
2122

2223
Let's start there: suppose that each ``Task`` belongs to multiple ``Tags``
2324
objects. Start by creating a simple ``Task`` class::

0 commit comments

Comments
 (0)