1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Revert "Revert "Bookstack grid view.""

This commit is contained in:
Abijeet
2017-07-12 11:40:50 +05:30
committed by GitHub
parent f0d914abbf
commit 844976c85b
27 changed files with 179 additions and 29 deletions

View 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'];
protected $fillable = ['name', 'email', 'image_id', 'books_display' ];
/**
* The attributes excluded from the model's JSON form.