Fix pipeline

This commit is contained in:
Julie Lenaerts 2025-05-21 09:40:13 +02:00
parent b04f0a9aa4
commit 85b9784eef
3 changed files with 0 additions and 3 deletions

View File

@ -57,7 +57,6 @@ import {
THIRDPARTY_A_COMPANY,
PERSON,
THIRDPARTY,
THIRDPARTY_CONTACT,
} from "translator";
const props = defineProps({

View File

@ -22,7 +22,6 @@ use Chill\PersonBundle\Templating\Entity\SocialIssueRender;
use Doctrine\Common\Collections\Collection;
use Doctrine\ORM\QueryBuilder;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Contracts\Translation\TranslatorInterface;
class SocialIssueFilter implements FilterInterface
{

View File

@ -22,7 +22,6 @@ use Chill\MainBundle\Service\RollingDate\RollingDateConverterInterface;
use Chill\MainBundle\Templating\Entity\UserRender;
use Chill\PersonBundle\Entity\AccompanyingPeriod;
use Chill\PersonBundle\Export\Declarations;
use Doctrine\Common\Collections\Collection;
use Doctrine\ORM\QueryBuilder;
use Symfony\Component\Form\FormBuilderInterface;