edit auth

This commit is contained in:
2026-03-01 13:32:47 +08:00
parent 0d6d28e4ea
commit 7bed529850
8 changed files with 311 additions and 3 deletions

View File

@@ -22,6 +22,8 @@ class User extends Authenticatable
'employee_id',
'email',
'password',
'is_approved',
'token_version',
];
/**