Skip to content

Commit

Permalink
Merge pull request #330 from karlshea/public-additional
Browse files Browse the repository at this point in the history
Change Event additionalProperties to public
  • Loading branch information
u01jmg3 committed Nov 30, 2023
2 parents a06965c + 7b56708 commit 8f10d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ICal/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class Event
*
* @var array<string, mixed>
*/
private $additionalProperties = array();
public $additionalProperties = array();

/**
* Creates the Event object
Expand Down

0 comments on commit 8f10d0f

Please sign in to comment.