Use app settings handler

This commit is contained in:
Dennis Eichhorn 2020-05-22 14:01:06 +02:00 committed by GitHub
parent 9b184d3df3
commit 3019a5fb10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
/**