Skip to content

Commit 375ac71

Browse files
committed
Making doAuth protected
1 parent 42ae0b2 commit 375ac71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Uecode/Bundle/ApiKeyBundle/Security/Authentication/Provider/ApiKeyProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function authenticate(TokenInterface $token)
5858
* @return bool|ApiKeyUserToken
5959
* @throws AuthenticationException
6060
*/
61-
private function doAuth(UserProviderInterface $provider, TokenInterface $token)
61+
protected function doAuth(UserProviderInterface $provider, TokenInterface $token)
6262
{
6363
if (!method_exists($provider, 'loadUserByApiKey')) {
6464
return false;

0 commit comments

Comments
 (0)