mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Fix member variable usage NO_CI
This commit is contained in:
parent
d613d747fc
commit
580db7a9d6
|
|
@ -630,7 +630,7 @@ final class ModuleManager
|
|||
}
|
||||
|
||||
/** @var InstallerAbstract $class */
|
||||
$class::install($this->app->dbPool, $info, $app->appSettings);
|
||||
$class::install($this->app->dbPool, $info, $this->app->appSettings);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user