mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +02:00
ShipConfigFilesHook: new hook
Allows other modules to ship additional files to/through Icinga 2.
This commit is contained in:
parent
e7687d226a
commit
81c6920b93
11
library/Director/Web/Hook/ShipConfigFilesHook.php
Normal file
11
library/Director/Web/Hook/ShipConfigFilesHook.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Icinga\Module\Director\Web\Hook;
|
||||
|
||||
abstract class ShipConfigFilesHook
|
||||
{
|
||||
public function fetchFiles()
|
||||
{
|
||||
return array();
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user