From 8af2cb20d1de065f873e0076506c6e0ac48e7ab1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 10 Jan 2016 19:13:00 +0100 Subject: [PATCH] Admin dependency added --- Controller.php | 1 + info.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Controller.php b/Controller.php index 798ca6e..900f036 100644 --- a/Controller.php +++ b/Controller.php @@ -90,6 +90,7 @@ class Controller extends ModuleAbstract implements WebInterface * @since 1.0.0 */ protected static $dependencies = [ + 'Admin', ]; /** diff --git a/info.json b/info.json index 12c89ed..10bc5db 100644 --- a/info.json +++ b/info.json @@ -15,7 +15,9 @@ }, "description": "The administration module.", "directory": "Editor", - "dependencies": {}, + "dependencies": { + "Admin" : "1.0.0" + }, "providing": { "Navigation": "*" },