1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 02:04:03 +00:00
This commit is contained in:
Abrar Ahmad 2022-08-08 17:57:02 +05:00
parent 134eb55848
commit 3814bf2183

View file

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