mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-11-24 23:03:36 +01: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