Commit a666b341 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Fix MasterSlaveConnection#delete() signature.

parent 3f220a19
...@@ -261,7 +261,7 @@ class MasterSlaveConnection extends Connection ...@@ -261,7 +261,7 @@ class MasterSlaveConnection extends Connection
/** /**
* {@inheritDoc} * {@inheritDoc}
*/ */
public function delete($tableName, array $identifier) public function delete($tableName, array $identifier, array $types = array())
{ {
$this->connect('master'); $this->connect('master');
return parent::delete($tableName, $identifier); return parent::delete($tableName, $identifier);
......
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