Deployer\Stage\StageStrategy::getDefaultStage PHP Method

getDefaultStage() public method

Returns the default stage
public getDefaultStage ( ) : ?string
return ?string
    public function getDefaultStage()
    {
        return $this->defaultStage;
    }