PHP Class REBELinBLUE\Deployer\Jobs\Job

Inheritance: use trait Illuminate\Bus\Queueable
Afficher le fichier Open project: rebelinblue/deployer

Méthodes publiques

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

Method Details

queue() public méthode

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