浏览代码

[Security] Fixed typo

Pascal Borreli 14 年之前
父节点
当前提交
437f8c7a86

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

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