mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48: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());
|
||||
}
|
||||
|
||||
/** @var $class InstallerAbstract */
|
||||
$class::install($this->app->dbPool, $info);
|
||||
/** @var InstallerAbstract $class */
|
||||
$class::install($this->app->dbPool, $info, $appSettings->appSettings);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user