1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 03:14:03 +00:00

Clenup for resource syncing

This commit is contained in:
Samuel Štancl 2020-06-01 09:51:22 +02:00
parent 6dad6ce49a
commit da23662d7b
4 changed files with 9 additions and 12 deletions

View file

@ -13,4 +13,6 @@ interface Syncable
public function getCentralModelName(): string;
public function getSyncedAttributeNames(): array;
public function triggerSyncEvent();
}