Add missing imports in the DashboardController after namespacing
refs #5786
This commit is contained in:
parent
727f46139d
commit
fba9780405
|
@ -3,6 +3,8 @@
|
|||
|
||||
namespace Icinga\Controller;
|
||||
|
||||
use Exception;
|
||||
use Zend_Controller_Action_Exception;
|
||||
use Icinga\Exception\ProgrammingError;
|
||||
use Icinga\Forms\ConfirmRemovalForm;
|
||||
use Icinga\Forms\Dashboard\DashletForm;
|
||||
|
|
Loading…
Reference in New Issue