From 3ce3202daaa416e89e48401be5b3b9f0e2ea88b7 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 11bfdd0..030a33f 100644 --- a/Controller.php +++ b/Controller.php @@ -56,6 +56,14 @@ class Controller extends ModuleAbstract implements WebInterface */ /* public */ const MODULE_NAME = 'Workflow'; + /** + * Module id. + * + * @var int + * @since 1.0.0 + */ + /* public */ const MODULE_ID = 1005500000; + /** * Providing. *