mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:34:04 +00:00
comments
This commit is contained in:
parent
0d3ac1f206
commit
f4f692dd4d
1 changed files with 3 additions and 0 deletions
|
|
@ -16,5 +16,8 @@ interface Syncable
|
||||||
|
|
||||||
public function triggerSyncEvent(): void;
|
public function triggerSyncEvent(): void;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the attributes used for creating the *other* model (i.e. tenant if this is the central one, and central if this is the tenant one).
|
||||||
|
*/
|
||||||
public function getSyncedCreationAttributes(): array|null; // todo come up with a better name
|
public function getSyncedCreationAttributes(): array|null; // todo come up with a better name
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue