privated the password field in the user object

This commit is contained in:
flash 2016-09-21 13:51:32 +02:00
parent ca53bcdbbb
commit 98ac5512aa

View file

@ -44,7 +44,7 @@ class User
* The user's password hash. * The user's password hash.
* @var string * @var string
*/ */
public $password = ''; private $password = '';
/** /**
* UNIX timestamp of last time the password was changed. * UNIX timestamp of last time the password was changed.