Skip to content

Commit f1c1273

Browse files
committed
ApiKeyUserProvider should implements UserProviderInterface
1 parent f39686a commit f1c1273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/api_key_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ of the user to make sure it's not out-of-date. But regardless of your requiremen
414414
// src/Acme/HelloBundle/Security/ApiKeyUserProvider.php
415415

416416
// ...
417-
class ApiKeyUserProvider extends UserProviderInterface
417+
class ApiKeyUserProvider implements UserProviderInterface
418418
{
419419
// ...
420420

0 commit comments

Comments
 (0)