Johannes Meyer 860edb9768 Add class Action
refs #5600
2015-09-07 10:53:44 +02:00

12 lines
188 B
PHP

<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Module\Monitoring\Web\Navigation;
/**
* A host action
*/
class HostAction extends Action
{
}