8 lines
112 B
PHP
8 lines
112 B
PHP
|
<?php
|
||
|
|
||
|
namespace Icinga\Module\Director\IcingaConfig;
|
||
|
|
||
|
class IcingaHostsConfigFile extends IcingaConfigFile
|
||
|
{
|
||
|
}
|