Skip to content

Commit

Permalink
Add fillable fields settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Jul 1, 2015
1 parent 4ef4374 commit 5b2f541
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/asgard.user.users.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,17 @@
| only supported by the Sentinel user driver
*/
'login-columns' => ['email'],
/*
|--------------------------------------------------------------------------
| Fillable user fields
|--------------------------------------------------------------------------
| Set the fillable user fields, those fields will be mass assigned
*/
'fillable' => [
'email',
'password',
'permissions',
'first_name',
'last_name',
],
];

0 comments on commit 5b2f541

Please sign in to comment.