diff --git a/src/Contracts/Syncable.php b/src/Contracts/Syncable.php index 5d978db4..fa707719 100644 --- a/src/Contracts/Syncable.php +++ b/src/Contracts/Syncable.php @@ -16,5 +16,5 @@ interface Syncable public function triggerSyncEvent(); - public function getCreateAttributeNames(): array; + public function getCreateAttributeNames(): array; }