Skip to content

Commit

Permalink
Change Event additionalProperties to public
Browse files Browse the repository at this point in the history
  • Loading branch information
karlshea authored Nov 30, 2023
1 parent a06965c commit 7b56708
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 7b56708

Please sign in to comment.