mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 16:14:02 +00:00
Shared users - complete
This commit is contained in:
parent
daae67c0f7
commit
b7c8f1fba7
12 changed files with 488 additions and 56 deletions
|
|
@ -2,11 +2,10 @@
|
|||
|
||||
namespace Stancl\Tenancy\Contracts;
|
||||
|
||||
// todo add comments
|
||||
interface Syncable
|
||||
{
|
||||
public function getGlobalIdentifierKeyName(): string;
|
||||
public function getGlobalIdentifierKey(): string;
|
||||
public function getCentralModelName(): string;
|
||||
public function getSyncedAttributeNames(): array;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue