Skip to content

Commit 2ca416b

Browse files
authored
Merge pull request #2882 from norkunas/cleanup
Remove unused trait import
2 parents e056f5d + d28816a commit 2ca416b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Security/ResourceAccessChecker.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
namespace ApiPlatform\Core\Security;
1515

16-
use ApiPlatform\Core\Util\ClassInfoTrait;
1716
use Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolverInterface;
1817
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
1918
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
@@ -28,8 +27,6 @@
2827
*/
2928
final class ResourceAccessChecker implements ResourceAccessCheckerInterface
3029
{
31-
use ClassInfoTrait;
32-
3330
private $expressionLanguage;
3431
private $authenticationTrustResolver;
3532
private $roleHierarchy;

0 commit comments

Comments
 (0)