1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 06:07:39 +02:00

Connection::translateArgs() is protected [Closes #237]

This commit is contained in:
David Grudl
2017-01-04 14:35:47 +01:00
parent 73289d0569
commit 873ed3115d

View File

@@ -289,7 +289,7 @@ class Connection
* @param array
* @return string
*/
private function translateArgs($args)
protected function translateArgs($args)
{
$this->connected || $this->connect();
if (!$this->translator) {