mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-17 21:50:09 +02:00
Since there's already a `Cli\Command', `Command' is now named `IcingaCommand'. All concrete Icinga commands should extend `IcingaCommand' which handles command encoding. All other "features" of the `Command' object have been removed because theses "features" should be handled by upcoming concrete command classes. refs #6593