There was an error while loading. Please reload this page.
1 parent 0352fe1 commit c8a0a72Copy full SHA for c8a0a72
form/form_collections.rst
@@ -51,8 +51,6 @@ Let's start by creating a ``Task`` entity::
51
Now, create a ``Tag`` class. As you saw above, a ``Task`` can have many ``Tag``
52
objects::
53
54
-.. code-block:: php
55
-
56
// src/Entity/Tag.php
57
namespace App\Entity;
58
0 commit comments