invoice = $invoice; $this->type = $type; } /** * Execute the job. * * @param PushService $pushService */ public function handle(PushService $pushService) { $pushService->sendNotification($this->invoice, $this->type); } }