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": "*" },