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

configure attributes for creating resource

This commit is contained in:
Abrar Ahmad 2022-08-08 16:55:27 +05:00
parent db4a795c3e
commit b90fb6ec77
4 changed files with 82 additions and 2 deletions

View file

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