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