process/toplevel: add missing use statement

This commit is contained in:
Thomas Gelf 2015-09-11 15:24:46 +02:00
parent 667a84d6a8
commit a309f40b53

View file

@ -1,6 +1,8 @@
<?php
use Icinga\Module\Businessprocess\ImportedNode;
use Icinga\Module\Businessprocess\BpNode;
$count = $this->bp->countChildren();
$howMany = 'normal';