mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-02-10 06:28:40 +00:00
Add module id to modules
This commit is contained in:
parent
cd31fb9234
commit
affa460437
|
|
@ -60,6 +60,14 @@ class Controller extends ModuleAbstract implements WebInterface
|
||||||
*/
|
*/
|
||||||
/* public */ const MODULE_NAME = 'Monitoring';
|
/* public */ const MODULE_NAME = 'Monitoring';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Module id.
|
||||||
|
*
|
||||||
|
* @var int
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
/* public */ const MODULE_ID = 1000700000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Providing.
|
* Providing.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user