소스 검색

[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;
     }
 
     /**