mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 02:04:03 +00:00
Update ResourceSyncingTest.php
This commit is contained in:
parent
b64d344bb6
commit
2409746449
1 changed files with 2 additions and 1 deletions
|
|
@ -629,6 +629,7 @@ class CentralUser extends Model implements SyncMaster
|
|||
|
||||
public function getCreateAttributeNames(): array
|
||||
{
|
||||
// attributes should be used when syncing resources from central to tenant DB
|
||||
return [
|
||||
'global_id',
|
||||
'name',
|
||||
|
|
@ -675,7 +676,7 @@ class ResourceUser extends Model implements Syncable
|
|||
|
||||
public function getCreateAttributeNames(): array
|
||||
{
|
||||
// attributes should be used when syncing resources from DB
|
||||
// attributes should be used when syncing resources from tenant to central DB
|
||||
return [
|
||||
'global_id',
|
||||
'name',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue