mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-02-11 11:48:40 +00:00
Add module id to modules
This commit is contained in:
parent
318400358f
commit
3ce3202daa
|
|
@ -56,6 +56,14 @@ class Controller extends ModuleAbstract implements WebInterface
|
||||||
*/
|
*/
|
||||||
/* public */ const MODULE_NAME = 'Workflow';
|
/* public */ const MODULE_NAME = 'Workflow';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Module id.
|
||||||
|
*
|
||||||
|
* @var int
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
/* public */ const MODULE_ID = 1005500000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Providing.
|
* Providing.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user