1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 22:44:05 +00:00

add a todo

This commit is contained in:
Samuel Štancl 2022-08-28 04:00:43 +02:00 committed by GitHub
parent 6ffa3d2b55
commit 3368c4cb16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,5 +16,5 @@ interface Syncable
public function triggerSyncEvent(); public function triggerSyncEvent();
public function getResourceCreationAttributes(): array|null; public function getResourceCreationAttributes(): array|null; // todo come up with a better name
} }