mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 18:13:48 +00:00
csfixer
This commit is contained in:
@@ -48,10 +48,12 @@ class ReportDateFilter implements FilterInterface
|
||||
}
|
||||
|
||||
$qb->add('where', $where);
|
||||
$qb->setParameter('report_date_filter_date_from',
|
||||
$qb->setParameter(
|
||||
'report_date_filter_date_from',
|
||||
$this->rollingDateConverter->convert($data['date_from'])
|
||||
);
|
||||
$qb->setParameter('report_date_filter_date_to',
|
||||
$qb->setParameter(
|
||||
'report_date_filter_date_to',
|
||||
$this->rollingDateConverter->convert($data['date_to'])
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user