rdv: change type of date to datetime in calendarRange

This commit is contained in:
nobohan
2021-07-23 16:31:36 +02:00
parent 4a6914be22
commit b7c5a459f7
2 changed files with 41 additions and 2 deletions

View File

@@ -25,12 +25,12 @@ class CalendarRange
private User $user;
/**
* @ORM\Column(type="date_immutable")
* @ORM\Column(type="datetimetz_immutable")
*/
private \DateTimeImmutable $startDate;
/**
* @ORM\Column(type="date_immutable")
* @ORM\Column(type="datetimetz_immutable")
*/
private \DateTimeImmutable $endDate;