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

Update ResourceSyncingTest.php

This commit is contained in:
Abrar Ahmad 2022-11-08 17:58:16 +05:00
parent 8d92f8643f
commit 7fa024790e

View file

@ -1005,19 +1005,6 @@ class CentralUserProvidingMixture extends CentralUser
} }
} }
class ResourceUserProvidingMixture extends ResourceUser
{
public function getSyncedCreationAttributes(): array
{
return [
'name',
'email',
'role' => 'admin',
'password' => 'secret',
];
}
}
class CentralUserWithConditionalSync extends CentralUser class CentralUserWithConditionalSync extends CentralUser
{ {
public function shouldSync(): bool public function shouldSync(): bool