REBELinBLUE\Deployer\DeployStep::command PHP Method

command() public method

Belong to relationship.
public command ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo
    public function command()
    {
        return $this->belongsTo(Command::class)->withTrashed();
    }