diff --git a/src/Contracts/Syncable.php b/src/Contracts/Syncable.php index 15f35d8c..deeda644 100644 --- a/src/Contracts/Syncable.php +++ b/src/Contracts/Syncable.php @@ -16,5 +16,5 @@ interface Syncable public function triggerSyncEvent(); - public function getResourceCreationAttributes(): array|null; + public function getResourceCreationAttributes(): array|null; // todo come up with a better name }