From ea21291b3e76439a3fb28cc83bd966e33b87c8b3 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Wed, 10 Aug 2022 13:13:54 +0500 Subject: [PATCH] update comment --- tests/ResourceSyncingTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ResourceSyncingTest.php b/tests/ResourceSyncingTest.php index 0348e14b..875ded60 100644 --- a/tests/ResourceSyncingTest.php +++ b/tests/ResourceSyncingTest.php @@ -669,7 +669,7 @@ class ResourceUser extends Model implements Syncable public function getCreateAttributeNames(): array { - // attributes should be used when creating resources from tenant to central DB + // Attributes used when syncing resources from tenant to central DB return [ 'global_id', 'name',