diff --git a/Controller.php b/Controller.php index b84e3b5..ad0059c 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 73d5122..d46046a 100644 --- a/info.json +++ b/info.json @@ -15,7 +15,9 @@ }, "description": "The administration module.", "directory": "Draw", - "dependencies": {}, + "dependencies": { + "Admin" : "1.0.0" + }, "providing": { "Navigation": "*" },