ComatController: add missing use
This commit is contained in:
parent
557985e0eb
commit
71ad8553cf
|
@ -10,6 +10,7 @@ use Icinga\Application\Modules\Module;
|
|||
use Icinga\Authentication\Auth;
|
||||
use Icinga\Exception\IcingaException;
|
||||
use Icinga\Exception\ProgrammingError;
|
||||
use Icinga\File\Pdf;
|
||||
use Icinga\Forms\AutoRefreshForm;
|
||||
use Icinga\Security\SecurityException;
|
||||
use Icinga\User;
|
||||
|
|
Loading…
Reference in New Issue