diff --git a/form/form_collections.rst b/form/form_collections.rst index 76f6605f113..0ec333a6f8b 100644 --- a/form/form_collections.rst +++ b/form/form_collections.rst @@ -516,6 +516,7 @@ you will learn about next!). // src/AppBundle/Entity/Task.php + // ... public function addTag(Tag $tag) { // for a many-to-many association: