summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/library/Monitoring/Web/Navigation/ServiceAction.php
blob: a88e94f84367c897f59454fbced7336edf3a6537 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/* Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */

namespace Icinga\Module\Monitoring\Web\Navigation;

/**
 * A service action
 */
class ServiceAction extends Action
{
}