DbConnection: select() returns a DbQuery, not a Query
This commit is contained in:
parent
e7789ed640
commit
ecd059dec5
|
@ -72,7 +72,7 @@ class DbConnection implements Selectable
|
||||||
/**
|
/**
|
||||||
* Provide a query on this connection
|
* Provide a query on this connection
|
||||||
*
|
*
|
||||||
* @return Query
|
* @return DbQuery
|
||||||
*/
|
*/
|
||||||
public function select()
|
public function select()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue