From 5ba92859e4fbf58f38ba7454f8c8f101b8955a2f Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Wed, 10 Aug 2022 13:09:13 +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 5b3bdee6..0348e14b 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 syncing resources from tenant to central DB + // attributes should be used when creating resources from tenant to central DB return [ 'global_id', 'name',