$this->deletionRequest->user, 'confirmationUrl' => $this->deletionRequest->confirmationUrl(), 'cancelUrl' => $this->deletionRequest->cancelUrl(), 'expiresAt' => $this->deletionRequest->expires_at, 'daysRemaining' => $this->deletionRequest->daysRemaining(), ], ); } /** * Get the attachments for the message. * * @return array */ public function attachments(): array { return []; } }