Skip to content
Snippets Groups Projects
Commit f703df2b authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Merge branch 'master' of https://git.unicaen.fr/open-source/OSE

parents c340a321 e17723db
No related branches found
No related tags found
No related merge requests found
......@@ -87,8 +87,6 @@ class StatutService extends AbstractEntityService
$entities = $qb->getQuery()->execute();
$qb->addOrderBy("$alias.code");
var_dump($qb->getQuery()->getSql());
$result = [];
$entityClass = $this->getEntityClass();
foreach ($entities as $entity) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment