From 3368c4cb1672faca1f077403df51f75e0d9357d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 28 Aug 2022 04:00:43 +0200 Subject: [PATCH] add a todo --- src/Contracts/Syncable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }