Needed to fix the way we write externalId from SCIM

This commit is contained in:
Brady Wetherington
2022-10-31 19:15:08 -07:00
parent 7cb4740359
commit 4e5c878b73
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -61,6 +61,7 @@ class User extends SnipeModel implements AuthenticatableContract, AuthorizableCo
'remote',
'start_date',
'end_date',
'scim_externalid'
];
protected $casts = [