mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Re-use FOSUser master branch
This commit is contained in:
parent
4da598c5df
commit
5066c3e066
4 changed files with 9 additions and 8 deletions
|
@ -48,7 +48,7 @@ class UserRepository extends EntityRepository
|
|||
{
|
||||
return $this->createQueryBuilder('u')
|
||||
->select('count(u)')
|
||||
->andWhere('u.expired = false')
|
||||
->andWhere('u.enabled = true')
|
||||
->getQuery()
|
||||
->getSingleScalarResult();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue