1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

Update src/Appwrite/Platform/Workers/Audits.php

Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
This commit is contained in:
Shimon Newman 2023-07-10 11:13:35 +03:00 committed by GitHub
parent 5366d90ff2
commit 1358d6c455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() ?? [];