This commit is contained in:
Charles 2025-07-04 11:14:04 +02:00
parent 903013e306
commit 2bfbc3a75b
1 changed files with 1 additions and 4 deletions

View File

@ -4,7 +4,6 @@ namespace App\Service;
use Doctrine\ORM\EntityManagerInterface;
use League\Bundle\OAuth2ServerBundle\Model\AccessToken;
use Symfony\Component\Security\Core\User\UserInterface;
class AccessTokenService
{
@ -34,6 +33,4 @@ class AccessTokenService
}
return null;
}
}
}