mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
Optimize imports
This commit is contained in:
parent
6fa5af4de1
commit
98b8631db3
@ -3,14 +3,12 @@
|
|||||||
|
|
||||||
namespace Icinga\Cli;
|
namespace Icinga\Cli;
|
||||||
|
|
||||||
|
use Icinga\Application\ApplicationBootstrap as App;
|
||||||
|
use Icinga\Application\Config;
|
||||||
use Icinga\Application\Logger;
|
use Icinga\Application\Logger;
|
||||||
use Icinga\Cli\Screen;
|
use Icinga\Exception\IcingaException;
|
||||||
use Icinga\Exception\NotReadableError;
|
use Icinga\Exception\NotReadableError;
|
||||||
use Icinga\Util\Translator;
|
use Icinga\Util\Translator;
|
||||||
use Icinga\Cli\Params;
|
|
||||||
use Icinga\Application\Config;
|
|
||||||
use Icinga\Application\ApplicationBootstrap as App;
|
|
||||||
use Icinga\Exception\IcingaException;
|
|
||||||
|
|
||||||
abstract class Command
|
abstract class Command
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user