mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-03-01 04:30:24 -05:00
8 lines
67 B
PHP
8 lines
67 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Icinga\Objects;
|
||
|
|
|
||
|
|
class Service extends Object
|
||
|
|
{
|
||
|
|
}
|