We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0c861 commit d243d10Copy full SHA for d243d10
tests/Fixtures/Form/CancelSubscriptionType.php
@@ -26,7 +26,7 @@ class CancelSubscriptionType extends AbstractType
26
public function buildForm(FormBuilderInterface $builder, array $options): void
27
{
28
$builder
29
- ->add('cancellation_date', DateType::class, $options['cancellation_date_options'] + ['widget' => 'choice'])
+ ->add('cancellation_date', DateType::class, $options['cancellation_date_options'] + ['widget' => 'choice', 'years' => range(2015, 2025)])
30
;
31
}
32
0 commit comments