result->id, ); } /** * Get the message content definition. */ public function content(): Content { return new Content( markdown: 'emails.speedtest-threshold', with: [ 'id' => $this->result->id, 'service' => Str::title($this->result->service), 'serverName' => $this->result->server_name, 'serverId' => $this->result->server_id, 'isp' => $this->result->isp, 'url' => url('/admin/results'), 'metrics' => $this->metrics, ], ); } }