mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-15 15:18:39 +00:00
Add module id to modules
This commit is contained in:
parent
48e7422814
commit
c268152214
|
|
@ -62,6 +62,14 @@ class Controller extends ModuleAbstract implements WebInterface
|
||||||
*/
|
*/
|
||||||
/* public */ const MODULE_NAME = 'ProjectManagement';
|
/* public */ const MODULE_NAME = 'ProjectManagement';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Module id.
|
||||||
|
*
|
||||||
|
* @var int
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
/* public */ const MODULE_ID = 1001700000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Providing.
|
* Providing.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user