diff --git a/tests/ResourceSyncingTest.php b/tests/ResourceSyncingTest.php index b1747b87..50f0b7f5 100644 --- a/tests/ResourceSyncingTest.php +++ b/tests/ResourceSyncingTest.php @@ -670,7 +670,7 @@ class ResourceUser extends Model implements Syncable public function getCreateAttributeNames(): array { - // Attributes used when syncing resources from tenant to central DB + // Attributes used when creating resources from tenant to central DB return [ 'global_id', 'name',