summaryrefslogtreecommitdiffstats
path: root/library/Director/Objects/HostApplyMatches.php
blob: 5feaee79677bec43679e8cf04e67000e2056b03f (plain)
1
2
3
4
5
6
7
8
<?php

namespace Icinga\Module\Director\Objects;

class HostApplyMatches extends ObjectApplyMatches
{
    protected static $type = 'host';
}