1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-07 22:56:35 +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 * @param array
* @return string * @return string
*/ */
private function translateArgs($args) protected function translateArgs($args)
{ {
$this->connected || $this->connect(); $this->connected || $this->connect();
if (!$this->translator) { if (!$this->translator) {