Update user table

This commit is contained in:
Dayamond
2025-10-21 16:45:39 +02:00
parent ef775c70fe
commit c691f81ebb
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -19,8 +19,12 @@ class User extends Authenticatable
*/
protected $fillable = [
'name',
'lastname',
'email',
'password',
'phone',
'validate',
'role',
];
/**