fix task for symfony 5.4

This commit is contained in:
2024-04-10 16:08:35 +02:00
parent 680513a3a6
commit 38e5d9c7cc
2 changed files with 0 additions and 3 deletions

View File

@@ -55,7 +55,6 @@ class DateIntervalType extends AbstractType
{
$builder
->add('n', IntegerType::class, [
'scale' => 0,
'constraints' => [
new GreaterThan([
'value' => 0,