From d19baafc597ae3e8ede90ee9f7f1b3a7ada40aea Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 20 Oct 2023 14:43:48 +0200 Subject: [PATCH] chore: fix linting --- src/Appwrite/Platform/Workers/Mails.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Workers/Mails.php b/src/Appwrite/Platform/Workers/Mails.php index 321d3aaa98..7a20212c9c 100644 --- a/src/Appwrite/Platform/Workers/Mails.php +++ b/src/Appwrite/Platform/Workers/Mails.php @@ -28,7 +28,7 @@ class Mails extends Action ->desc('Mails worker') ->inject('message') ->inject('register') - ->callback(fn ($message, $register) => $this->action($message, $register)); + ->callback(fn($message, $register) => $this->action($message, $register)); } /**