mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-15 20:20:12 +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
|
|
{
|
|
}
|