We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ae0b2 commit 375ac71Copy full SHA for 375ac71
1 file changed
src/Uecode/Bundle/ApiKeyBundle/Security/Authentication/Provider/ApiKeyProvider.php
@@ -58,7 +58,7 @@ public function authenticate(TokenInterface $token)
58
* @return bool|ApiKeyUserToken
59
* @throws AuthenticationException
60
*/
61
- private function doAuth(UserProviderInterface $provider, TokenInterface $token)
+ protected function doAuth(UserProviderInterface $provider, TokenInterface $token)
62
{
63
if (!method_exists($provider, 'loadUserByApiKey')) {
64
return false;
0 commit comments