From a711cc23a46844bd2e54d2bb472f9d486fc584f4 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 cd608de..c745a8f 100644 --- a/Controller.php +++ b/Controller.php @@ -89,6 +89,7 @@ class Controller extends ModuleAbstract implements WebInterface * @since 1.0.0 */ protected static $dependencies = [ + 'Admin', ]; /** diff --git a/info.json b/info.json index f4912ec..19c30fc 100644 --- a/info.json +++ b/info.json @@ -15,7 +15,9 @@ }, "description": "The administration module.", "directory": "Checklist", - "dependencies": {}, + "dependencies": { + "Admin" : "1.0.0" + }, "providing": { "Navigation": "*" },