manual status added

This commit is contained in:
Dennis Eichhorn 2023-09-11 21:59:31 +00:00
parent 018b9ce981
commit e08f689afc

View File

@ -97,6 +97,14 @@ abstract class ModuleAbstract
*/
protected ApplicationAbstract $app;
/**
* Is module active.
*
* @var bool
* @since 1.0.0
*/
public bool $active = true;
/**
* Constructor.
*