Illuminate\Queue\Console\WorkCommand::downForMaintenance PHP 메소드

downForMaintenance() 보호된 메소드

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