mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
10 lines
156 B
PHP
10 lines
156 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
|
||
|
|
|
||
|
|
namespace Icinga\Module\Icingadb\Web\Navigation;
|
||
|
|
|
||
|
|
class IcingadbServiceAction extends Action
|
||
|
|
{
|
||
|
|
}
|