mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 14:08:40 +00:00
Use app settings handler
This commit is contained in:
parent
9b184d3df3
commit
3019a5fb10
|
|
@ -629,8 +629,8 @@ final class ModuleManager
|
||||||
throw new InvalidModuleException($info->getDirectory());
|
throw new InvalidModuleException($info->getDirectory());
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @var $class InstallerAbstract */
|
/** @var InstallerAbstract $class */
|
||||||
$class::install($this->app->dbPool, $info);
|
$class::install($this->app->dbPool, $info, $appSettings->appSettings);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user