mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
Optimize imports
This commit is contained in:
parent
c39bcca23b
commit
8501460522
1 changed files with 2 additions and 4 deletions
|
|
@ -2,14 +2,12 @@
|
|||
|
||||
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
|
||||
|
||||
namespace Icinga\Module\Icingadb
|
||||
{
|
||||
use Exception;
|
||||
namespace Icinga\Module\Icingadb {
|
||||
|
||||
use Icinga\Authentication\Auth;
|
||||
use Icinga\Module\Icingadb\Web\Navigation\Renderer\HostProblemsBadge;
|
||||
use Icinga\Module\Icingadb\Web\Navigation\Renderer\ServiceProblemsBadge;
|
||||
use Icinga\Util\StringHelper;
|
||||
use ipl\Web\Widget\Icon;
|
||||
use RecursiveDirectoryIterator;
|
||||
use RecursiveIteratorIterator;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue