Phalcon\Logger\Adapter\Database::commit PHP 메소드

commit() 공개 메소드

Commit transaction
public commit ( )
    public function commit()
    {
        $this->db->commit();
        return $this;
    }