mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-11 22:38:42 +00:00
autofix
This commit is contained in:
parent
013ce912f9
commit
fc39d6d452
|
|
@ -700,7 +700,7 @@ final class ModuleManager
|
||||||
public function get(string $module) : ModuleAbstract
|
public function get(string $module) : ModuleAbstract
|
||||||
{
|
{
|
||||||
$name = $this->generateModuleName($module);
|
$name = $this->generateModuleName($module);
|
||||||
if (!array_key_exists($name, $this->running)) {
|
if (!\array_key_exists($name, $this->running)) {
|
||||||
$this->initModule($module);
|
$this->initModule($module);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user