Doc/ModuleController: Fix "The ... with non-compound name ... has no effect"

This commit is contained in:
Marius Hein 2014-09-04 14:49:58 +02:00
parent c4ce1203c6
commit 4c88abcb3c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
use Zend_Controller_Action_Exception;
use \Zend_Controller_Action_Exception;
use Icinga\Application\Icinga;
use Icinga\Module\Doc\DocController;
use Icinga\Module\Doc\Exception\DocException;