From 69a44335f7edb399e5ac017916bf3a02b7497629 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Wed, 10 Aug 2022 13:06:37 +0500 Subject: [PATCH] Update ResourceSyncingTest.php --- tests/ResourceSyncingTest.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/ResourceSyncingTest.php b/tests/ResourceSyncingTest.php index 0213a864..5b3bdee6 100644 --- a/tests/ResourceSyncingTest.php +++ b/tests/ResourceSyncingTest.php @@ -629,14 +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', - 'password', - 'email', - 'role' - ]; + return []; } }