diff --git a/Controller.php b/Controller.php index ad446c9..4f0c255 100644 --- a/Controller.php +++ b/Controller.php @@ -131,6 +131,7 @@ class Controller extends ModuleAbstract implements WebInterface * @since 1.0.0 */ protected static $dependencies = [ + 'Admin', ]; /** diff --git a/info.json b/info.json index 2dbd835..9f59c54 100644 --- a/info.json +++ b/info.json @@ -15,7 +15,9 @@ }, "description": "The navigation module.", "directory": "Navigation", - "dependencies": {}, + "dependencies": { + "Admin" : "1.0.0" + }, "providing": { "Navigation": "*" },