This commit is contained in:
Jake Barnby 2025-04-29 14:57:18 +12:00
parent 38aae9e2c1
commit 43ae7c4b14
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -429,7 +429,7 @@ class StatsUsage extends Action
Console::log('Dual Writing is disabled. Skipping...');
return;
}
$dbForLogs = ($this->getLogsDB)()
->setTenant(null)
->setTenantPerDocument(true);