From 43892da07ef7be961136dd25f494ab81ef54c23c Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 25 Jul 2015 07:05:27 +0200 Subject: [PATCH] may edit fields [skip ci] --- app/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/User.php b/app/User.php index 236a3e85e1..1a5b93ffbb 100644 --- a/app/User.php +++ b/app/User.php @@ -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. *