We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a40a0d commit 98604fbCopy full SHA for 98604fb
form/form_collections.rst
@@ -11,7 +11,6 @@ Let's start by creating a ``Task`` entity::
11
// src/Entity/Task.php
12
namespace App\Entity;
13
14
- use Doctrine\Common\Collections\ArrayCollection;
15
use Doctrine\Common\Collections\Collection;
16
17
class Task
0 commit comments