Remove dump from code

This commit is contained in:
Julie Lenaerts 2024-08-14 14:26:04 +02:00
parent 6445342136
commit c0c448fb39

View File

@ -80,8 +80,6 @@ final readonly class PeriodHavingActivityBetweenDatesFilter implements FilterInt
$qb $qb
->setParameter($from, $this->rollingDateConverter->convert($data['start_date'])) ->setParameter($from, $this->rollingDateConverter->convert($data['start_date']))
->setParameter($to, $this->rollingDateConverter->convert($data['end_date'])); ->setParameter($to, $this->rollingDateConverter->convert($data['end_date']));
dump($qb->getQuery()->getResult());
} }
public function applyOn() public function applyOn()