We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e056f5d + d28816a commit 2ca416bCopy full SHA for 2ca416b
src/Security/ResourceAccessChecker.php
@@ -13,7 +13,6 @@
13
14
namespace ApiPlatform\Core\Security;
15
16
-use ApiPlatform\Core\Util\ClassInfoTrait;
17
use Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolverInterface;
18
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
19
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
@@ -28,8 +27,6 @@
28
27
*/
29
final class ResourceAccessChecker implements ResourceAccessCheckerInterface
30
{
31
- use ClassInfoTrait;
32
-
33
private $expressionLanguage;
34
private $authenticationTrustResolver;
35
private $roleHierarchy;
0 commit comments