1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-24 07:42:07 +03:00

Revert "Bookstack grid view."

This commit is contained in:
Abijeet
2017-07-07 17:28:34 +05:30
committed by GitHub
parent a663fc8aa8
commit 3fd61a3600
27 changed files with 29 additions and 179 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', 'books_display' ];
protected $fillable = ['name', 'email', 'image_id'];
/**
* The attributes excluded from the model's JSON form.