summaryrefslogtreecommitdiffstats
path: root/library/Director/Hook/ShipConfigFilesHook.php
blob: 0026c59024677abfc288af59e99697ab976324ae (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace Icinga\Module\Director\Hook;

abstract class ShipConfigFilesHook
{
    public function fetchFiles()
    {
        return array();
    }
}