Просмотр исходного кода

merged branch lyrixx/patch-security (PR #5020)

Commits
-------

e1f1d3a Added missing property

Discussion
----------

[Security] Added missing property

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -
Todo: -
License of the code: MIT
Fabien Potencier 13 лет назад
Родитель
Сommit
1c63821924
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/Symfony/Component/Security/Core/User/User.php

+ 1 - 0
src/Symfony/Component/Security/Core/User/User.php

@@ -22,6 +22,7 @@ final class User implements AdvancedUserInterface
 {
     private $username;
     private $password;
+    private $enabled;
     private $accountNonExpired;
     private $credentialsNonExpired;
     private $accountNonLocked;