1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Applied required changes in BookStack.

This commit is contained in:
Nilesh Deepak
2017-07-05 12:09:01 +05:30
parent fdf139edb2
commit 947c58f227
8 changed files with 56 additions and 22 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', 'display']; //to write in user database
protected $fillable = ['name', 'email', 'image_id', 'books_display'];
/**
* The attributes excluded from the model's JSON form.