mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
lint fix
This commit is contained in:
parent
ab89abfc89
commit
dbbf4522e3
1 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ class MessagingV1 extends Worker
|
|||
};
|
||||
}
|
||||
|
||||
function push($record): ?PushAdapter
|
||||
public function push($record): ?PushAdapter
|
||||
{
|
||||
$credentials = $record->getAttribute('credentials');
|
||||
return match ($record->getAttribute('provider')) {
|
||||
|
|
@ -106,7 +106,7 @@ class MessagingV1 extends Worker
|
|||
// Send the message using respective adapter
|
||||
}
|
||||
|
||||
function shutdown(): void
|
||||
public function shutdown(): void
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue