diff --git a/Controller.php b/Controller.php index 1540285..8ed988c 100644 --- a/Controller.php +++ b/Controller.php @@ -102,6 +102,7 @@ class Controller extends ModuleAbstract implements WebInterface * @since 1.0.0 */ protected static $dependencies = [ + 'Admin', ]; /** diff --git a/info.json b/info.json index d209b24..580b5d4 100644 --- a/info.json +++ b/info.json @@ -15,7 +15,9 @@ }, "description": "Tasks module.", "directory": "MyPrivate", - "dependencies": {}, + "dependencies": { + "Admin" : "1.0.0" + }, "providing": { "Navigation": "*" },