revert init

This commit is contained in:
fogelito 2024-04-09 17:54:33 +03:00
parent a465c625e9
commit d293774bfb

View file

@ -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) {