mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Platform/Workers/Audits.php
Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
This commit is contained in:
co-authored by
Damodar Lohani
parent
5366d90ff2
commit
1358d6c455
@@ -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() ?? [];
|
||||
|
||||
Reference in New Issue
Block a user