diff --git a/Controller.php b/Controller.php index 04f7297..e12697d 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 68c7047..2d06ac2 100644 --- a/info.json +++ b/info.json @@ -15,7 +15,9 @@ }, "description": "Sales module.", "directory": "Sales", - "dependencies": {}, + "dependencies": { + "Admin" : "1.0.0" + }, "providing": { "Navigation": "*" },