Compare commits

..

1 Commits

Author SHA1 Message Date
5dfd8daf3a Remove dump causing export to fail 2024-07-30 14:58:48 +02:00

View File

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