From 98ac5512aaabaefa86120665b744c9aa65c4e2fe Mon Sep 17 00:00:00 2001 From: flashwave Date: Wed, 21 Sep 2016 13:51:32 +0200 Subject: [PATCH] privated the password field in the user object --- app/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.