REBELinBLUE\Deployer\Console\Commands\UpdateApp::restartQueue PHP Метод

restartQueue() защищенный Метод

Restarts the queues.
protected restartQueue ( )
    protected function restartQueue()
    {
        $this->info('Restarting the queue');
        $this->line('');
        $this->call('queue:flush');
        $this->call('queue:restart');
        $this->line('');
    }