Commit 1a61068c authored by Guilherme Blanco's avatar Guilherme Blanco

Merge pull request #165 from Nazin/patch-1

interface compatibility
parents 802d1366 b486c557
...@@ -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