Skip to content

Commit

Permalink
category automated filters (#3672)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-rostislav authored Jan 14, 2025
2 parents 6f4fa12 + 58c15fd commit abec44e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/YesNoType.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function configureOptions(OptionsResolver $resolver): void
$this->translator->trans('Yes') => true,
$this->translator->trans('No') => false,
],
'choice_translation_domain' => false,
'choice_name' => function ($choice) {
return $choice ? 'yes' : 'no';
},
Expand Down

0 comments on commit abec44e

Please sign in to comment.