Data\Db\DbConnection: one more legacy class name

Fixed, Query is now DbQuery
This commit is contained in:
Thomas Gelf 2014-06-17 09:52:32 +00:00
parent 9e1e502fc8
commit e056310378
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class DbConnection implements Selectable
*/
public function select()
{
return new Query($this);
return new DbQuery($this);
}
/**