This commit is contained in:
2022-10-10 18:52:38 +02:00
parent 9c709d4388
commit 5c6068e8a5
7 changed files with 103 additions and 82 deletions

View File

@@ -20,7 +20,6 @@ use Symfony\Component\Form\FormBuilderInterface;
class AdministrativeLocationFilter implements FilterInterface
{
private TranslatableStringHelper $translatableStringHelper;
public function __construct(
@@ -49,7 +48,6 @@ class AdministrativeLocationFilter implements FilterInterface
public function buildForm(FormBuilderInterface $builder)
{
$builder->add('accepted_locations', Select2UserLocationType::class, [
'label' => 'Accepted locations',
'label_attr' => [