From 1358d6c455deade9fe59bdda9b9aaadf1fd2eda1 Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Mon, 10 Jul 2023 11:13:35 +0300 Subject: [PATCH] Update src/Appwrite/Platform/Workers/Audits.php Co-authored-by: Damodar Lohani --- src/Appwrite/Platform/Workers/Audits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Workers/Audits.php b/src/Appwrite/Platform/Workers/Audits.php index bd299b7b0b..f889f5e939 100644 --- a/src/Appwrite/Platform/Workers/Audits.php +++ b/src/Appwrite/Platform/Workers/Audits.php @@ -33,7 +33,7 @@ class Audits extends Action /** * @throws Exception */ - public function action(Message $message, $dbForProject): void + public function action(Message $message, Database $dbForProject): void { $payload = $message->getPayload() ?? [];