Skip to content

Commit

Permalink
DateTimePickerType: added missing hourCycle localization option
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualize authored and VincentLanglet committed Nov 22, 2023
1 parent be7a195 commit 0afb11e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Type/BasePickerType.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ abstract class BasePickerType extends AbstractType implements LocaleAwareInterfa
*/
private const LOCALIZATION_OPTIONS = [
'locale' => 'string',
'hourCycle' => 'string',
];

/**
Expand Down

0 comments on commit 0afb11e

Please sign in to comment.