fix(manager): add doctrine fixtures

This commit is contained in:
2022-10-04 09:47:41 +02:00
parent f29fc43c8a
commit 5fa52efe9f
14 changed files with 597 additions and 13 deletions

View File

@ -87,6 +87,15 @@ class Niveau02
*/
private $users;
// == CODE A NE PAS REGENERER
public function setId(int $id): self
{
$this->id = $id;
return $this;
}
// == FIN DU CODE A NE PAS REGENERER
public function __construct()
{
$this->niveau03s = new ArrayCollection();