mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
manual status added
This commit is contained in:
parent
018b9ce981
commit
e08f689afc
|
|
@ -97,6 +97,14 @@ abstract class ModuleAbstract
|
|||
*/
|
||||
protected ApplicationAbstract $app;
|
||||
|
||||
/**
|
||||
* Is module active.
|
||||
*
|
||||
* @var bool
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public bool $active = true;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user