fix: Ajusta incluindo 'permissions' no array fillable.

This commit is contained in:
lukibeg 2025-11-10 22:00:20 -03:00
parent dbc8de4ede
commit 05c2d193e2
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class User extends Authenticatable
protected $fillable = [ protected $fillable = [
'name', 'name',
'email', 'email',
'permissions',
'password', 'password',
]; ];