1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 04:14:03 +00:00

Add feature that allow to determine when model is syncable

This commit is contained in:
Leandro Guindani Gehlen 2022-07-04 16:03:03 -03:00
parent 51228defc6
commit 9155e32ba8
4 changed files with 80 additions and 7 deletions

View file

@ -15,4 +15,6 @@ interface Syncable
public function getSyncedAttributeNames(): array;
public function triggerSyncEvent();
public function isSyncEnabled();
}