Data\Db\DbConnection: one more legacy class name
Fixed, Query is now DbQuery
This commit is contained in:
parent
9e1e502fc8
commit
e056310378
|
@ -98,7 +98,7 @@ class DbConnection implements Selectable
|
|||
*/
|
||||
public function select()
|
||||
{
|
||||
return new Query($this);
|
||||
return new DbQuery($this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue