REBELinBLUE\Deployer\Jobs\Job::queue PHP Метод

queue() публичный Метод

Overwrite the queue method to push to a different queue.
public queue ( Illuminate\Queue\Queue $queue, Job $command )
$queue Illuminate\Queue\Queue
$command Job
    public function queue(Queue $queue, $command)
    {
        $queue->pushOn('deployer-low', $command);
    }