fix(manager): add doctrine fixtures
This commit is contained in:
@ -104,14 +104,6 @@ class Niveau01
|
||||
*/
|
||||
private $modos;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->niveau02s = new ArrayCollection();
|
||||
$this->registrations = new ArrayCollection();
|
||||
$this->users = new ArrayCollection();
|
||||
$this->modos = new ArrayCollection();
|
||||
}
|
||||
|
||||
// == CODE A NE PAS REGENERER
|
||||
public function setId(int $id): self
|
||||
{
|
||||
@ -121,6 +113,14 @@ class Niveau01
|
||||
}
|
||||
// == FIN DU CODE A NE PAS REGENERER
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->niveau02s = new ArrayCollection();
|
||||
$this->registrations = new ArrayCollection();
|
||||
$this->users = new ArrayCollection();
|
||||
$this->modos = new ArrayCollection();
|
||||
}
|
||||
|
||||
public function getId(): ?int
|
||||
{
|
||||
return $this->id;
|
||||
|
Reference in New Issue
Block a user