mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-17 01:41:44 -05:00
process/toplevel: add missing use statement
This commit is contained in:
parent
667a84d6a8
commit
a309f40b53
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
|
||||
use Icinga\Module\Businessprocess\ImportedNode;
|
||||
use Icinga\Module\Businessprocess\BpNode;
|
||||
|
||||
$count = $this->bp->countChildren();
|
||||
$howMany = 'normal';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue