mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 04:23:49 +00:00
layout and clean activity reason crud
This commit is contained in:
@@ -45,7 +45,7 @@ class ActivityReason
|
||||
/**
|
||||
* @var boolean
|
||||
*/
|
||||
private $active;
|
||||
private $active = true;
|
||||
|
||||
|
||||
/**
|
||||
|
@@ -40,7 +40,7 @@ class ActivityReasonCategory
|
||||
/**
|
||||
* @var boolean
|
||||
*/
|
||||
private $active;
|
||||
private $active = true;
|
||||
|
||||
/** @var ArrayCollection array of ActivityReason */
|
||||
private $reasons;
|
||||
|
Reference in New Issue
Block a user