Skip to content

Commit 66fbf0a

Browse files
derrabusnicolas-grekas
authored andcommitted
[SecurityGuard] Implement PostAuthenticationGuardToken::getFirewallName().
1 parent 8df5aad commit 66fbf0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ public function getProviderKey()
6969
return $this->providerKey;
7070
}
7171

72+
public function getFirewallName(): string
73+
{
74+
return $this->getProviderKey();
75+
}
76+
7277
/**
7378
* {@inheritdoc}
7479
*/

0 commit comments

Comments
 (0)