X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a663fc8aa83f51db45bb0707c463fc80941d6104..refs/pull/635/head:/app/User.php diff --git a/app/User.php b/app/User.php index 703322cbd..8033557e4 100644 --- a/app/User.php +++ b/app/User.php @@ -22,7 +22,7 @@ class User extends Model implements AuthenticatableContract, CanResetPasswordCon * The attributes that are mass assignable. * @var array */ - protected $fillable = ['name', 'email', 'image_id', 'books_display' ]; + protected $fillable = ['name', 'email', 'image_id']; /** * The attributes excluded from the model's JSON form.