diff --git a/src/Service/AccessTokenService.php b/src/Service/AccessTokenService.php index f557c32..d67c96c 100644 --- a/src/Service/AccessTokenService.php +++ b/src/Service/AccessTokenService.php @@ -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; } - - -} \ No newline at end of file +}