mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
More useful error message when not enough people in database fixture
This commit is contained in:
parent
6f2b538e27
commit
0ed5544ad3
@ -49,6 +49,10 @@ class UserHistory implements TrackCreationInterface
|
|||||||
* @ORM\JoinColumn(nullable=false)
|
* @ORM\JoinColumn(nullable=false)
|
||||||
*/
|
*/
|
||||||
private User $user,
|
private User $user,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @ORM\Column(type="datetime_immutable", nullable=false, options={"default": "now()"})
|
||||||
|
*/
|
||||||
private DateTimeImmutable $startDate = new DateTimeImmutable('now')
|
private DateTimeImmutable $startDate = new DateTimeImmutable('now')
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user