From e756b54b31f364d03da44823f9670c8578723c2c Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Wed, 10 Aug 2022 13:42:48 +0500 Subject: [PATCH] Update ResourceSyncingTest.php --- tests/ResourceSyncingTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',