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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user