]> BookStack Code Mirror - bookstack/blobdiff - app/User.php
Added migration file.
[bookstack] / app / User.php
index 24eca12f31c2f5d9d665830b7089c88fa6076b27..264723be9c615a8477ea47fd1be670c3756cf405 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_display'];
+    protected $fillable = ['name', 'email', 'image_id', 'books_view_type' ];
 
     /**
      * The attributes excluded from the model's JSON form.