mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 13:04:03 +00:00
improve comments, move method to SyncMaster interface
This commit is contained in:
parent
818026eaaa
commit
5ddd50deb9
3 changed files with 5 additions and 16 deletions
|
|
@ -15,4 +15,6 @@ interface SyncMaster extends Syncable
|
|||
public function tenants(): BelongsToMany;
|
||||
|
||||
public function getTenantModelName(): string;
|
||||
|
||||
public function getCreateAttributeNames(): array;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,4 @@ interface Syncable
|
|||
public function getSyncedAttributeNames(): array;
|
||||
|
||||
public function triggerSyncEvent();
|
||||
|
||||
public function getCreateAttributeNames(): array;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue