diff options
Diffstat (limited to 'Authentication/Provider')
-rw-r--r-- | Authentication/Provider/AnonymousAuthenticationProvider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Authentication/Provider/AnonymousAuthenticationProvider.php b/Authentication/Provider/AnonymousAuthenticationProvider.php index 67671b5..8e336ee 100644 --- a/Authentication/Provider/AnonymousAuthenticationProvider.php +++ b/Authentication/Provider/AnonymousAuthenticationProvider.php @@ -31,7 +31,7 @@ class AnonymousAuthenticationProvider implements AuthenticationProviderInterface */ public function __construct($key) { - $this->key; + $this->key = $key; } /** |