Commit b486c557 authored by Nazin's avatar Nazin

interface compatibility

parent 802d1366
...@@ -242,10 +242,10 @@ class MasterSlaveConnection extends Connection ...@@ -242,10 +242,10 @@ class MasterSlaveConnection extends Connection
/** /**
* {@inheritDoc} * {@inheritDoc}
*/ */
public function rollback() public function rollBack()
{ {
$this->connect('master'); $this->connect('master');
return parent::rollback(); return parent::rollBack();
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment