Ability to add custom modules

This commit is contained in:
Alan Cell
2020-11-12 05:51:31 +01:00
parent e5eccf32a7
commit 84548c4f63
13 changed files with 337 additions and 7 deletions

View File

@@ -278,4 +278,12 @@ abstract class AbstractModuleManager
{
BaseService::getInstance()->addCalculationHook($code, $name, $class, $method);
}
public function install() {
}
public function uninstall() {
}
}