From d293774bfbe1470359cf475cab8649465ccdc48a Mon Sep 17 00:00:00 2001 From: fogelito Date: Tue, 9 Apr 2024 17:54:33 +0300 Subject: [PATCH] revert init --- app/init.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index 9191903554..4b70b2601b 100644 --- a/app/init.php +++ b/app/init.php @@ -1296,7 +1296,8 @@ App::setResource('console', function () { 'githubEnabled' => true, 'githubSecret' => App::getEnv('_APP_CONSOLE_GITHUB_SECRET', ''), 'githubAppid' => App::getEnv('_APP_CONSOLE_GITHUB_APP_ID', '') - ]]); + ], + ]); }, []); App::setResource('dbForProject', function (Group $pools, Database $dbForConsole, Cache $cache, Document $project) {