This commit is contained in:
2025-04-25 18:25:29 +02:00
parent cfcecf1cdc
commit a996b05ead
7 changed files with 6 additions and 8 deletions

View File

@@ -78,7 +78,7 @@ class BySocialActionFilter implements FilterInterface
public function getFormDefaultData(): array
{
return [
'accepted_socialactions' => []
'accepted_socialactions' => [],
];
}

View File

@@ -16,7 +16,6 @@ use Chill\MainBundle\Export\ExportDataNormalizerTrait;
use Chill\MainBundle\Export\ExportGenerationContext;
use Chill\MainBundle\Export\FilterInterface;
use Chill\MainBundle\Form\Type\PickLocationTypeType;
use Chill\MainBundle\Repository\LocationRepository;
use Chill\MainBundle\Repository\LocationTypeRepository;
use Chill\MainBundle\Templating\TranslatableStringHelper;
use Doctrine\ORM\Query\Expr\Andx;