2016-03-09 20:53:57 +01:00

9 lines
151 B
PHP

<?php
namespace Icinga\Module\Director\Objects;
class IcingaServiceGroup extends IcingaObjectGroup
{
protected $table = 'icinga_servicegroup';
}