may edit fields [skip ci]

This commit is contained in:
James Cole 2015-07-25 07:05:27 +02:00
parent 7c436920a4
commit 43892da07e

View File

@ -49,7 +49,7 @@ class User extends Model implements AuthenticatableContract, CanResetPasswordCon
*
* @var array
*/
protected $fillable = ['email', 'password'];
protected $fillable = ['email', 'password','blocked','blocked_code'];
/**
* The attributes excluded from the model's JSON form.
*