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
|
||
|
{
|
||
|
}
|