PHP Class REBELinBLUE\Deployer\Jobs\Job

Inheritance: use trait Illuminate\Bus\Queueable
ファイルを表示 Open project: rebelinblue/deployer

Public Methods

Method Description
queue ( Illuminate\Queue\Queue $queue, Job $command ) Overwrite the queue method to push to a different queue.

Method Details

queue() public method

Overwrite the queue method to push to a different queue.
public queue ( Illuminate\Queue\Queue $queue, Job $command )
$queue Illuminate\Queue\Queue
$command Job