summaryrefslogtreecommitdiffstats
path: root/application/controllers/TimeperiodsController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/TimeperiodsController.php')
-rw-r--r--application/controllers/TimeperiodsController.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/application/controllers/TimeperiodsController.php b/application/controllers/TimeperiodsController.php
new file mode 100644
index 0000000..e5adb19
--- /dev/null
+++ b/application/controllers/TimeperiodsController.php
@@ -0,0 +1,9 @@
+<?php
+
+namespace Icinga\Module\Director\Controllers;
+
+use Icinga\Module\Director\Web\Controller\ObjectsController;
+
+class TimeperiodsController extends ObjectsController
+{
+}