1
0
Fork 0
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:
Abrar Ahmad 2022-08-08 17:21:30 +05:00
parent b64d344bb6
commit 2409746449

View file

@ -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',