mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: linter issues
This commit is contained in:
@@ -105,7 +105,7 @@ $cli
|
||||
Console::loop(function () use ($register, $interval, $executionLogsRetention, $abuseLogsRetention, $auditLogRetention, $usageStatsRetention30m, $usageStatsRetention1d) {
|
||||
$redis = $register->get('cache');
|
||||
$dbPool = $register->get('dbPool');
|
||||
|
||||
|
||||
$database = $dbPool->getConsoleDB();
|
||||
$pdo = $dbPool->getPDO($database);
|
||||
$database = DatabasePool::wait(
|
||||
|
||||
Reference in New Issue
Block a user