Skip to content

Commit

Permalink
ApiKeyUserProvider should implements UserProviderInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
skowi committed Jan 21, 2014
1 parent f39686a commit f1c1273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/api_key_authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ of the user to make sure it's not out-of-date. But regardless of your requiremen
// src/Acme/HelloBundle/Security/ApiKeyUserProvider.php

// ...
class ApiKeyUserProvider extends UserProviderInterface
class ApiKeyUserProvider implements UserProviderInterface
{
// ...

Expand Down

0 comments on commit f1c1273

Please # to comment.