diff --git a/src/Form/BpnPickupType.php b/src/Form/BpnPickupType.php index c23ac00..3cbc554 100644 --- a/src/Form/BpnPickupType.php +++ b/src/Form/BpnPickupType.php @@ -22,6 +22,16 @@ class BpnPickupType extends AbstractType { $resolver->setDefaults([ 'choice_loader' => new BpnPickupsChoiceLoader($this->pickups), + 'preferred_choices' => [ + 40, // Köln + 18, // Essen + 86, // Montabaur + 695, // Frankfurt + 89, // Mannheim + 698, // Karlsruhe + 74, // Stuttgart + 262, // Ulm + ], 'placeholder' => 'Bitte wählen...', ]); }