mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Minor fixes
This commit is contained in:
parent
cd50941bc1
commit
c11ff31cc3
@ -11,13 +11,12 @@ use CleverIt\UBL\Invoice\TaxTotal;
|
|||||||
use horstoeko\zugferd\ZugferdDocumentBuilder;
|
use horstoeko\zugferd\ZugferdDocumentBuilder;
|
||||||
use horstoeko\zugferd\ZugferdDocumentPdfBuilder;
|
use horstoeko\zugferd\ZugferdDocumentPdfBuilder;
|
||||||
use horstoeko\zugferd\ZugferdProfiles;
|
use horstoeko\zugferd\ZugferdProfiles;
|
||||||
|
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||||
|
|
||||||
|
|
||||||
class CreateXRechnung implements ShouldQueue
|
class CreateXRechnung implements ShouldQueue
|
||||||
{
|
{
|
||||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
public Invoice $invoice;
|
||||||
|
|
||||||
public $invoice;
|
|
||||||
|
|
||||||
public function __construct(Invoice $invoice)
|
public function __construct(Invoice $invoice)
|
||||||
{
|
{
|
||||||
@ -30,7 +29,7 @@ class CreateXRechnung implements ShouldQueue
|
|||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function handle()
|
public function handle(): void
|
||||||
{
|
{
|
||||||
$invoice = $this->invoice;
|
$invoice = $this->invoice;
|
||||||
$company = $invoice->company;
|
$company = $invoice->company;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user