config->isEnabled() || !$this->config->listenNotifications()) { return; } $this->pushDispatcher->dispatchFromNotification($notification); } public function markProcessed(INotification $notification): void { } public function getCount(INotification $notification): int { return 0; } }