Fix for contact passord

This commit is contained in:
Hillel Coren 2018-01-15 17:33:09 +02:00
parent 910e457ef7
commit aed8b92f13

View File

@ -55,7 +55,6 @@ class Contact extends EntityModel implements AuthenticatableContract, CanResetPa
* @var array * @var array
*/ */
protected $hidden = [ protected $hidden = [
'password',
'remember_token', 'remember_token',
'confirmation_code', 'confirmation_code',
]; ];