From 2409746449cce28e801e38e25e9120a7e01d2fff Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Mon, 8 Aug 2022 17:21:30 +0500 Subject: [PATCH] Update ResourceSyncingTest.php --- tests/ResourceSyncingTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ResourceSyncingTest.php b/tests/ResourceSyncingTest.php index da31b4e6..99440301 100644 --- a/tests/ResourceSyncingTest.php +++ b/tests/ResourceSyncingTest.php @@ -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',