mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-08 16:00:11 +02:00
9 lines
161 B
PHP
9 lines
161 B
PHP
<?php
|
|
/* Icinga Web 2 | (c) 2018 Icinga Development Team | GPLv2+ */
|
|
|
|
namespace Icinga\Module\Monitoring\DataView;
|
|
|
|
class Servicecontact extends Hostcontact
|
|
{
|
|
}
|