mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
rdv: use datetime instead of date fields
This commit is contained in:
@@ -91,12 +91,12 @@ class Calendar
|
||||
private CommentEmbeddable $comment;
|
||||
|
||||
/**
|
||||
* @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;
|
||||
|
||||
|
Reference in New Issue
Block a user