fix(manager): add doctrine fixtures
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user