From cdee0d9412513be955cf786c1b95c15393873139 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 8aa114b..9a14a4d 100644 --- a/Controller.php +++ b/Controller.php @@ -64,6 +64,14 @@ class Controller extends ModuleAbstract implements WebInterface */ /* public */ const MODULE_NAME = 'Organization'; + /** + * Module id. + * + * @var int + * @since 1.0.0 + */ + /* public */ const MODULE_ID = 1004700000; + /** * Providing. *