diff --git a/Controller.php b/Controller.php index be8bace..389879a 100644 --- a/Controller.php +++ b/Controller.php @@ -88,7 +88,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 cf3591b..3b8b1f8 100644 --- a/info.json +++ b/info.json @@ -15,7 +15,9 @@ }, "description": "Supplier management module.", "directory": "SupplierManagement", - "dependencies": {}, + "dependencies": { + "Admin" : "1.0.0" + }, "providing": { "Navigation": "*" },