mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
DependencyNode: Use static call to avoid unnecessary columns in case of summary query
This commit is contained in:
parent
eed9a3bc04
commit
24fceca424
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ class DependencyNode extends Model
|
|||
->getTarget()
|
||||
);
|
||||
|
||||
$query = self::on($db);
|
||||
$query = static::on($db);
|
||||
|
||||
$query->filter(new Exists(
|
||||
$edge->assembleSelect()
|
||||
|
|
|
|||
Loading…
Reference in a new issue