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

Improved empty lists. Fixes #10.

This commit is contained in:
Dan Brown
2015-08-31 17:59:45 +01:00
parent ee8795dcda
commit 1b29d44689
8 changed files with 75 additions and 39 deletions

View File

@ -24,7 +24,7 @@ class User extends Model implements AuthenticatableContract, CanResetPasswordCon
*
* @var array
*/
protected $fillable = ['name', 'email'];
protected $fillable = ['name', 'email', 'password'];
/**
* The attributes excluded from the model's JSON form.