App\Services\Deployment\DeployCommanderInterface::rollback PHP Method

rollback() public method

Give the command to rollback
public rollback ( mixed $deployment ) : boolean
$deployment mixed
return boolean
    public function rollback($deployment);
DeployCommanderInterface