From f5d5d8f9d188af335a41d806029da53557c2b585 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 15 Sep 2017 19:37:34 +0200 Subject: [PATCH] Add module id to modules --- Controller.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Controller.php b/Controller.php index 8ef60de..e30ef25 100644 --- a/Controller.php +++ b/Controller.php @@ -60,6 +60,14 @@ class Controller extends ModuleAbstract implements WebInterface */ /* public */ const MODULE_NAME = 'BudgetManagement'; + /** + * Module id. + * + * @var int + * @since 1.0.0 + */ + /* public */ const MODULE_ID = 1004600000; + /** * Providing. *