forked from wallabag/wallabag
Fix some namespaces and phpdoc
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
namespace Wallabag\UserBundle\Repository;
|
||||
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
use Doctrine\ORM\QueryBuilder;
|
||||
use Wallabag\UserBundle\Entity\User;
|
||||
|
||||
class UserRepository extends EntityRepository
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user