1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 04:14:03 +00:00
This commit is contained in:
Abrar Ahmad 2022-08-16 15:27:34 +05:00
parent e756b54b31
commit 3e514461ca
5 changed files with 260 additions and 22 deletions

View file

@ -16,5 +16,5 @@ interface Syncable
public function triggerSyncEvent();
public function getCreateAttributeNames(): array;
public function getResourceCreationAttributes(): array|null;
}