Fix "Icinga\Logger\Logger not found"

The class was moved to Icinga\Application\Logger.
This commit is contained in:
Johannes Meyer 2014-11-04 15:50:34 +01:00
parent 5a169ee656
commit 69b38768cf
2 changed files with 2 additions and 3 deletions

View File

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

View File

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