1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 16:54:05 +00:00

Update ResourceSyncingTest.php

This commit is contained in:
Abrar Ahmad 2022-08-10 13:06:37 +05:00
parent 724ed5a502
commit 69a44335f7

View file

@ -629,14 +629,7 @@ class CentralUser extends Model implements SyncMaster
public function getCreateAttributeNames(): array public function getCreateAttributeNames(): array
{ {
// attributes should be used when syncing resources from central to tenant DB return [];
return [
'global_id',
'name',
'password',
'email',
'role'
];
} }
} }