X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/54d1fcde5b72fb4653c003a79205bc077472b64c..refs/pull/494/head:/app/User.php diff --git a/app/User.php b/app/User.php index 8033557e4..264723be9 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']; + protected $fillable = ['name', 'email', 'image_id', 'books_view_type' ]; /** * The attributes excluded from the model's JSON form.