request = $request; $this->client = $client; } /** * Execute the job. * * @return void */ public function handle(ClientRepository $clientRepo) { return $clientRepo->save($this->request, $this->client); } }