From 2bfbc3a75b0957679bbc7ddb8f7b3ec11223692c Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 4 Jul 2025 11:14:04 +0200 Subject: [PATCH] Refactor --- src/Service/AccessTokenService.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 +}