mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-06 03:28:42 +00:00
Force public member variables or mapper changes
This commit is contained in:
parent
517fb9d601
commit
66ded41ba0
|
|
@ -72,7 +72,7 @@ class Calendar
|
|||
* @var array<int, \Modules\Calendar\Models\Event>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $events = [];
|
||||
public $events = [];
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ class Event
|
|||
* @var array
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private array $people = [];
|
||||
public array $people = [];
|
||||
|
||||
/**
|
||||
* Tags.
|
||||
|
|
@ -148,7 +148,7 @@ class Event
|
|||
* @var Tag[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected array $tags = [];
|
||||
public array $tags = [];
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user