diff --git a/app/User.php b/app/User.php index 0b5850e..1a59e9e 100644 --- a/app/User.php +++ b/app/User.php @@ -44,7 +44,7 @@ class User * The user's password hash. * @var string */ - public $password = ''; + private $password = ''; /** * UNIX timestamp of last time the password was changed.