mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user