ExampleJob extends Job
Table of Contents
- __construct() : void
- Create a new job instance.
- handle() : void
- Execute the job.
Methods
__construct()
Create a new job instance.
public
__construct() : void
Return values
void —handle()
Execute the job.
public
handle() : void