Commit 5b2f541e authored by Nicolas Widart's avatar Nicolas Widart

Add fillable fields settings

parent 4ef4374f
......@@ -23,4 +23,17 @@ return [
| 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',
],
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment