Skip to content

Commit 0c6cfd1

Browse files
Example creates a class not an interface
1 parent ea5531b commit 0c6cfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/api_key_authentication.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ value and then a User object is created::
3838
{
3939
protected $userProvider;
4040

41-
public function __construct(ApiKeyUserProviderInterface $userProvider)
41+
public function __construct(ApiKeyUserProvider $userProvider)
4242
{
4343
$this->userProvider = $userProvider;
4444
}

0 commit comments

Comments
 (0)