Skip to content

Commit

Permalink
merged branch lyrixx/patch-security (PR #5020)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed Jul 23, 2012
2 parents a089b3c + e1f1d3a commit 1c63821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Component/Security/Core/User/User.php
Expand Up @@ -22,6 +22,7 @@ final class User implements AdvancedUserInterface
{
private $username;
private $password;
private $enabled;
private $accountNonExpired;
private $credentialsNonExpired;
private $accountNonLocked;
Expand Down

0 comments on commit 1c63821

Please sign in to comment.