do not display admin menu if it has no children (#500)

This commit is contained in:
Kevin Papst
2019-01-17 01:25:00 +01:00
committed by GitHub
parent 825d31af20
commit 5d5b971f57
9 changed files with 87 additions and 96 deletions

View File

@@ -39,6 +39,7 @@ class UserRepository extends AbstractRepository implements UserLoaderInterface
return parent::findOneBy($criteria, $orderBy);
}
/**
* @return int
*/