transaction = $transaction; } public function handle() { (App()->make(CreatePerfexCRMInvoiceProcessor::class))->execute($this->transaction); } }