Skip to content
Snippets Groups Projects
Commit 7ec59de2 authored by David Prévot's avatar David Prévot
Browse files

New upstream version 3.3.1

parents 7ee4ea20 47af09b0
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ class SecurityIdentityRetrievalStrategy implements SecurityIdentityRetrievalStra
private function isNotAuthenticated(TokenInterface $token): bool
{
if (\defined('\Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter::PUBLIC_ACCESS')) {
if (method_exists($this->authenticationTrustResolver, 'isAuthenticated')) {
return !$this->authenticationTrustResolver->isAuthenticated($token);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment