Display data in table

[MAILPOET-3135]
This commit is contained in:
Pavel Dohnal
2021-03-02 14:25:35 +01:00
committed by Veljko V
parent dbbea72ef3
commit 74367ae40e
3 changed files with 18 additions and 7 deletions

View File

@@ -33,6 +33,8 @@ class LogRepository extends Repository {
->setParameter('dateTo', $dateTo->format('Y-m-d H:i:s'));
}
$query->orderBy('l.createdAt', 'desc');
return $query->getQuery()->getResult();
}
}