mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 06:07:39 +02:00
This commit is contained in:
@@ -293,7 +293,7 @@ class DibiFluent extends DibiObject
|
|||||||
*/
|
*/
|
||||||
public function fetchPairs($key = NULL, $value = NULL)
|
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