Documentation

Prealert
in package
implements ShouldQueue Uses Dispatchable, InteractsWithQueue, Queueable, SerializesModels

Interfaces, Classes and Traits

ShouldQueue

Table of Contents

$customer_edi_route  : mixed
$lta_number  : mixed
__construct()  : void
Create a new job instance.
handle()  : void
Execute the job.

Properties

$customer_edi_route

private mixed $customer_edi_route

Methods

__construct()

Create a new job instance.

public __construct(mixed $customer_edi_route, LtaNumber $lta_number) : void
Parameters
$customer_edi_route : mixed
$lta_number : LtaNumber
Return values
void

handle()

Execute the job.

public handle() : void
Return values
void

Search results