diff --git a/Models/Calendar.php b/Models/Calendar.php index 70956de..940b110 100755 --- a/Models/Calendar.php +++ b/Models/Calendar.php @@ -72,7 +72,7 @@ class Calendar * @var array * @since 1.0.0 */ - private $events = []; + public $events = []; /** * Constructor. diff --git a/Models/Event.php b/Models/Event.php index ce219b0..d9d50cb 100755 --- a/Models/Event.php +++ b/Models/Event.php @@ -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.