Skip to content

Commit

Permalink
Added property "dateEventEnd" to "Event" entity
Browse files Browse the repository at this point in the history
  • Loading branch information
nkl-kst committed Jul 22, 2024
1 parent 3fe0125 commit 86f2ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Entity/Event/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class Event
public ?string $strTimestamp;
public DateTime $dateEvent;
public ?DateTime $dateEventLocal;
public ?DateTime $dateEventEnd;
public ?string $strDate;
public ?string $strTime;
public ?string $strTimeLocal;
Expand Down

0 comments on commit 86f2ec8

Please sign in to comment.