mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-27 09:06:44 -04:00
Fix "Icinga\Logger\Logger not found"
The class was moved to Icinga\Application\Logger.
This commit is contained in:
parent
5a169ee656
commit
69b38768cf
2 changed files with 2 additions and 3 deletions
|
|
@ -3,10 +3,9 @@
|
|||
namespace Icinga\Form;
|
||||
|
||||
use Icinga\Application\Config;
|
||||
use Icinga\Logger\Logger;
|
||||
use Icinga\Application\Logger;
|
||||
use Icinga\Protocol\Ldap\Exception as LdapException;
|
||||
use Icinga\Protocol\Ldap\Connection;
|
||||
use Icinga\Web\Request;
|
||||
use Icinga\Protocol\Dns;
|
||||
use Icinga\Web\Form\Element\Note;
|
||||
use Icinga\Web\Form;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Installation;
|
|||
|
||||
use Exception;
|
||||
use Zend_Config;
|
||||
use Icinga\Logger\Logger;
|
||||
use Icinga\Application\Logger;
|
||||
use Icinga\Web\Setup\Step;
|
||||
use Icinga\Application\Config;
|
||||
use Icinga\File\Ini\IniWriter;
|
||||
|
|
|
|||
Loading…
Reference in a new issue