Fix member variable usage NO_CI

This commit is contained in:
Dennis Eichhorn 2020-05-22 14:14:34 +02:00 committed by GitHub
parent d613d747fc
commit 580db7a9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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