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

@ -101,7 +101,14 @@ class Niveau03
return $this;
}
// ==
public function setId(int $id): self
{
$this->id = $id;
return $this;
}
// == FIN DU CODE A NE PAS REGENERER
public function __construct()
{