芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/invoicer.pulsehost.co.uk/app/Policies/GenerateInvoicePdfJob.php
invoice = $invoice; $this->deleteExistingFile = $deleteExistingFile; } /** * Execute the job. */ public function handle(): int { $this->invoice->generatePDF('invoice', $this->invoice->invoice_number, $this->deleteExistingFile); return 0; } }