Refactor dynamic App::getConfig() to static DI::config()

This commit is contained in:
nupplaPhil
2019-12-15 23:44:33 +01:00
parent 2bb9e46be3
commit fceb4f3823
21 changed files with 38 additions and 66 deletions

View File

@@ -19,7 +19,7 @@ class Nodeinfo
public static function update()
{
$app = DI::app();
$config = $app->getConfig();
$config = DI::config();
$logger = $app->getLogger();
// If the addon 'statistics_json' is enabled then disable it and activate nodeinfo.