From fa6ac15f5a7ccb14a45da5dba79b581d39e50bad Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 15 Jan 2018 17:33:17 +0200 Subject: [PATCH] Fix for contact passord --- app/Models/Contact.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Models/Contact.php b/app/Models/Contact.php index 799f8e8e80bc..2f20a8f8aa10 100644 --- a/app/Models/Contact.php +++ b/app/Models/Contact.php @@ -55,7 +55,6 @@ class Contact extends EntityModel implements AuthenticatableContract, CanResetPa * @var array */ protected $hidden = [ - 'password', 'remember_token', 'confirmation_code', ];