profile = $profile; $this->url = $url; $this->payload = $payload; } /** * Execute the job. */ public function handle(): void { Helpers::sendSignedObject($this->profile, $this->url, $this->payload); } }