فهرست منبع

[Security] Fixed typo

Pascal Borreli 14 سال پیش
والد
کامیت
437f8c7a86
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/Symfony/Component/Security/Authentication/Provider/AnonymousAuthenticationProvider.php

+ 1 - 1
src/Symfony/Component/Security/Authentication/Provider/AnonymousAuthenticationProvider.php

@@ -31,7 +31,7 @@ class AnonymousAuthenticationProvider implements AuthenticationProviderInterface
      */
     public function __construct($key)
     {
-        $this->key;
+        $this->key = $key;
     }
 
     /**