]> BookStack Code Mirror - bookstack/blobdiff - app/User.php
Converted books view setting to user setting
[bookstack] / app / User.php
index 264723be9c615a8477ea47fd1be670c3756cf405..8033557e4cb9a0a048c1d7112c90f84dc4e4bf70 100644 (file)
@@ -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_view_type' ];
+    protected $fillable = ['name', 'email', 'image_id'];
 
     /**
      * The attributes excluded from the model's JSON form.