code cleanup

This commit is contained in:
Kevin Papst
2018-01-13 00:20:41 +01:00
parent fc9ce52d69
commit d5e689e307
8 changed files with 14 additions and 74 deletions

View File

@@ -74,8 +74,6 @@ class CustomerRepository extends AbstractRepository
->andWhere('c.id = :customer')
;
// dump($qb->getQuery()->getSQL());exit;
$result = $qb->getQuery()->execute(['customer' => $customer], Query::HYDRATE_ARRAY);
$stats = new CustomerStatistic();