mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Remove dump from code
This commit is contained in:
parent
6445342136
commit
c0c448fb39
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user