mirror of
https://github.com/dg/dibi.git
synced 2025-08-04 13:17:58 +02:00
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user