mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 23:53:50 +00:00
FIX [migration][absence] fix the typing in db for absence datetime immuatable
This commit is contained in:
@@ -24,6 +24,7 @@ class AbsenceType extends AbstractType
|
||||
$builder
|
||||
->add('absenceStart', ChillDateTimeType::class, [
|
||||
'required' => true,
|
||||
'input' => 'datetime_immutable',
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user