mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
7be7335bdd
commit
a82abbe2f6
@ -30,13 +30,13 @@ namespace Icinga\Application;
|
|||||||
|
|
||||||
use \Exception;
|
use \Exception;
|
||||||
use \Zend_Layout;
|
use \Zend_Layout;
|
||||||
use \Zend_Config;
|
|
||||||
use \Zend_Paginator;
|
use \Zend_Paginator;
|
||||||
use \Zend_View_Helper_PaginationControl;
|
use \Zend_View_Helper_PaginationControl;
|
||||||
use \Zend_Controller_Action_HelperBroker;
|
use \Zend_Controller_Action_HelperBroker;
|
||||||
use \Zend_Controller_Router_Route;
|
use \Zend_Controller_Router_Route;
|
||||||
use \Zend_Controller_Action_Helper_ViewRenderer;
|
use \Zend_Controller_Action_Helper_ViewRenderer;
|
||||||
use \Zend_Controller_Front;
|
use \Zend_Controller_Front;
|
||||||
|
use \Icinga\Application\Logger;
|
||||||
use \Icinga\Authentication\Manager as AuthenticationManager;
|
use \Icinga\Authentication\Manager as AuthenticationManager;
|
||||||
use \Icinga\Exception\ConfigurationError;
|
use \Icinga\Exception\ConfigurationError;
|
||||||
use \Icinga\User\Preferences;
|
use \Icinga\User\Preferences;
|
||||||
|
@ -29,11 +29,9 @@
|
|||||||
namespace Icinga\User\Preferences;
|
namespace Icinga\User\Preferences;
|
||||||
|
|
||||||
use \Zend_Config;
|
use \Zend_Config;
|
||||||
use \Zend_Db;
|
|
||||||
use \Icinga\User;
|
use \Icinga\User;
|
||||||
use \Icinga\Exception\ProgrammingError;
|
use \Icinga\Exception\ProgrammingError;
|
||||||
use \Icinga\Application\DbAdapterFactory;
|
use \Icinga\Application\DbAdapterFactory;
|
||||||
use Icinga\Application\Logger;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create preference stores from zend config
|
* Create preference stores from zend config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user