From 3814bf21831101ef16c9c45c9f7df5d269e5542e Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Mon, 8 Aug 2022 17:57:02 +0500 Subject: [PATCH] cs --- 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 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; }