mirror of
https://github.com/wallabag/wallabag.git
synced 2025-10-05 19:31:02 +00:00
Fix some namespaces and phpdoc
This commit is contained in:
parent
d69a66a58e
commit
52b84c11a5
9 changed files with 17 additions and 8 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue