1
0
Fork 0
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:
Jeremy Benoist 2016-11-21 15:12:11 +01:00
parent 4da598c5df
commit 5066c3e066
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
4 changed files with 9 additions and 8 deletions

View file

@ -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();
}