mirror of
https://github.com/dg/dibi.git
synced 2025-02-22 18:02:25 +01:00
This commit is contained in:
parent
398c7a3500
commit
96c69f5bed
@ -293,7 +293,7 @@ class DibiFluent extends DibiObject
|
||||
*/
|
||||
public function fetchPairs($key = NULL, $value = NULL)
|
||||
{
|
||||
return $this->connection->query($this->_export())->fetchPairs($key, $value)
|
||||
return $this->connection->query($this->_export())->fetchPairs($key, $value);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user