diff --git a/Controller.php b/Controller.php index 67a92f6..a0fe280 100644 --- a/Controller.php +++ b/Controller.php @@ -81,5 +81,6 @@ class Controller extends ModuleAbstract implements WebInterface * @since 1.0.0 */ protected static $dependencies = [ + 'Admin', ]; } diff --git a/info.json b/info.json index b60a6d9..d243f71 100644 --- a/info.json +++ b/info.json @@ -15,7 +15,9 @@ }, "description": "Tools module.", "directory": "Tools", - "dependencies": {}, + "dependencies": { + "Admin" : "1.0.0" + }, "providing": { "Navigation": "*" },