update = $update; $this->bookingId = $bookingId; } public function handle() { event(new ETLPurchaseOrderTransactionCompleteEvent($this->update, $this->bookingId)); } }