mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 11:44:04 +00:00
Update ResourceSyncingTest.php
This commit is contained in:
parent
724ed5a502
commit
69a44335f7
1 changed files with 1 additions and 8 deletions
|
|
@ -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 [];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue