Phalcon\Logger\Adapter\Database::rollback PHP Method

rollback() public method

Rollback transaction (happens automatically if commit never reached)
public rollback ( )
    public function rollback()
    {
        $this->db->rollback();
        return $this;
    }