From e5e9113ab5434eeff9f69795b19c3019a007ea09 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 10 Jan 2016 19:13:00 +0100 Subject: [PATCH] Admin dependency added --- info.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/info.json b/info.json index 3ec5f52..23c08a7 100644 --- a/info.json +++ b/info.json @@ -15,7 +15,9 @@ }, "description": "Accounting module.", "directory": "BusinessExpenses", - "dependencies": {}, + "dependencies": { + "Admin" : "1.0.0" + }, "providing": { "Navigation": "*" },