diff --git a/Controller.php b/Controller.php index 25df804..7892ba3 100644 --- a/Controller.php +++ b/Controller.php @@ -86,7 +86,9 @@ class Controller extends ModuleAbstract implements WebInterface * @var \string * @since 1.0.0 */ - protected static $dependencies = []; + protected static $dependencies = [ + 'Admin', + ]; /** * Routing elements. diff --git a/info.json b/info.json index 8e2405d..6091279 100644 --- a/info.json +++ b/info.json @@ -15,7 +15,9 @@ }, "description": "Warehousing module.", "directory": "WarehouseManagement", - "dependencies": {}, + "dependencies": { + "Admin" : "1.0.0" + }, "providing": { "Navigation": "*" },