mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-29 04:39:07 +02:00
12 lines
159 B
PHP
12 lines
159 B
PHP
<?php
|
|
|
|
namespace Icinga\Module\Director\Web\Hook;
|
|
|
|
abstract class ShipConfigFilesHook
|
|
{
|
|
public function fetchFiles()
|
|
{
|
|
return array();
|
|
}
|
|
}
|