mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:34: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
|
public function getCreateAttributeNames(): array
|
||||||
{
|
{
|
||||||
// attributes should be used when syncing resources from central to tenant DB
|
return [];
|
||||||
return [
|
|
||||||
'global_id',
|
|
||||||
'name',
|
|
||||||
'password',
|
|
||||||
'email',
|
|
||||||
'role'
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue