1
0
Fork 0
mirror of synced 2024-07-20 05:45:46 +12:00
This commit is contained in:
prateek banga 2023-08-22 22:17:32 +05:30
parent ab89abfc89
commit dbbf4522e3

View file

@ -47,7 +47,7 @@ class MessagingV1 extends Worker
}; };
} }
function push($record): ?PushAdapter public function push($record): ?PushAdapter
{ {
$credentials = $record->getAttribute('credentials'); $credentials = $record->getAttribute('credentials');
return match ($record->getAttribute('provider')) { return match ($record->getAttribute('provider')) {
@ -106,7 +106,7 @@ class MessagingV1 extends Worker
// Send the message using respective adapter // Send the message using respective adapter
} }
function shutdown(): void public function shutdown(): void
{ {
} }
} }