pushNotificationService->forwardNotification($notification); } catch (\Throwable $e) { $this->logger->warning('CustomPWA notification forwarder failed', [ 'app' => 'custom_pwa', 'notificationApp' => $notification->getApp(), 'notificationSubject' => $notification->getSubject(), 'error' => $e->getMessage(), ]); } } public function markProcessed(INotification $notification): void { } public function getCount(INotification $notification): int { return 0; } }