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