diff --git a/config/asgard.user.users.php b/config/asgard.user.users.php index d414e6611..9acd64b24 100644 --- a/config/asgard.user.users.php +++ b/config/asgard.user.users.php @@ -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', + ], ];