We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5531b commit 0c6cfd1Copy full SHA for 0c6cfd1
cookbook/security/api_key_authentication.rst
@@ -38,7 +38,7 @@ value and then a User object is created::
38
{
39
protected $userProvider;
40
41
- public function __construct(ApiKeyUserProviderInterface $userProvider)
+ public function __construct(ApiKeyUserProvider $userProvider)
42
43
$this->userProvider = $userProvider;
44
}
0 commit comments