cleanup for 1.10 (#1906)
This commit is contained in:
@@ -24,6 +24,9 @@ use Pagerfanta\Adapter\DoctrineORMAdapter;
|
||||
use Pagerfanta\Pagerfanta;
|
||||
use Symfony\Bridge\Doctrine\Security\User\UserLoaderInterface;
|
||||
|
||||
/**
|
||||
* @extends \Doctrine\ORM\EntityRepository<User>
|
||||
*/
|
||||
class UserRepository extends EntityRepository implements UserLoaderInterface
|
||||
{
|
||||
public function getById($id): ?User
|
||||
|
||||
Reference in New Issue
Block a user