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