summaryrefslogtreecommitdiffstats
path: root/library/Director/Db/HostMembershipHousekeeping.php
blob: 3a2de05d75d614b3d796f7ed4728d6d078e13336 (plain)
1
2
3
4
5
6
7
8
<?php

namespace Icinga\Module\Director\Db;

class HostMembershipHousekeeping extends MembershipHousekeeping
{
    protected $type = 'host';
}