Skip to content

Commit

Permalink
patch: add properties to event class
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbradley committed Feb 19, 2024
1 parent f644597 commit 1c0e2b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ReturnObjects/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ final class Event extends ReturnObject

public string $title;

public string $location;

public string $startdate;

/**
* @var Collection<array-key, mixed>
*/
Expand Down

0 comments on commit 1c0e2b9

Please sign in to comment.