request = $request; $this->payload = $payload; } /** * Execute the job. * * @return void */ public function handle() { (new Inbox($this->request, null, $this->payload))->handleSharedInbox(); } }