This commit is contained in:
ivan-sim
2024-10-07 17:01:00 +07:00
parent 3fb8dbb091
commit 0c8feec075
6 changed files with 55 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ class User extends Authenticatable
protected $connection = 'mysql';
protected $fillable = [
'organization_id',
'person_id',
'name',
'email',