deliverChannel( $this->userNotificationId, $this->channel, $this->attempts(), ); } public function failed(?Throwable $exception): void { app(NotificationService::class)->markDeadLetter( $this->userNotificationId, $this->channel, $this->attempts(), $exception?->getMessage(), ); } }