mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
94d743c5b6
commit
c13f63b3ba
@ -26,7 +26,7 @@ class AsideActivityCategory
|
|||||||
/**
|
/**
|
||||||
* @ORM\Column(type="boolean")
|
* @ORM\Column(type="boolean")
|
||||||
*/
|
*/
|
||||||
private $isActive;
|
private bool $isActive = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ORM\OneToMany(targetEntity=AsideActivity::class, mappedBy="type")
|
* @ORM\OneToMany(targetEntity=AsideActivity::class, mappedBy="type")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user