Illuminate\Queue\Console\WorkCommand::downForMaintenance PHP Méthode

downForMaintenance() protected méthode

Determine if the worker should run in maintenance mode.
protected downForMaintenance ( ) : boolean
Résultat boolean
    protected function downForMaintenance()
    {
        return $this->option('force') ? false : $this->laravel->isDownForMaintenance();
    }