Add missing imports in the DashboardController after namespacing

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-18 13:07:01 +02:00
parent 727f46139d
commit fba9780405
1 changed files with 2 additions and 0 deletions

View File

@ -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;