mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-05 04:49:44 +00:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
@@ -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")
|
||||||
|
Reference in New Issue
Block a user