diff --git a/app/config.php b/app/config.php index 0724abcf..080f5de7 100644 --- a/app/config.php +++ b/app/config.php @@ -315,7 +315,9 @@ function (CgiResult $result) use ($c) { }, KeyLighter::class => function () { - return new KeyLighter; + $keylighter = new KeyLighter; + $keylighter->init(); + return $keylighter; }, 'coreContributors' => [