N°9144 - Fix sessions

This commit is contained in:
Eric Espie
2026-04-03 15:40:37 +02:00
committed by odain
parent 9ca0dd643f
commit d36f68e3b0
5 changed files with 16 additions and 33 deletions

View File

@@ -175,11 +175,14 @@ class ApplicationInstallSequencer extends StepSequencer
}
/**
* @param \Config $oConfig
* @param $aSelectedModules
*
* @throws \ConfigException
* @throws \CoreException
* @throws \DictExceptionUnknownLanguage
* @throws \MySQLException
* @throws \MySQLHasGoneAwayException
* @throws \OQLException
*/
protected function DoUpdateDBSchema(Config $oConfig, $aSelectedModules)
{