class
Illuminate
/
Foundation
/
Console
/
QueuedCommand
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
QueuedCommand
Implements
Uses
Properties
protected
$data array
The data to pass to the Artisan command.
Default: null
Methods
public
__construct ( $data ) : void
Create a new job instance.
Parameters
- $data array