Skip to content

Commit 74768db

Browse files
github-actions[bot]claude
authored andcommitted
(fix): CI — uncomment parse_url host extraction in getCacheKeys
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 8c2ecad commit 74768db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9344,7 +9344,7 @@ public function getCacheKeys(string $collectionId, ?string $documentId = null, a
93449344
if ($this->adapter->getSupportForHostname()) {
93459345
$hostname = $this->adapter->getHostname();
93469346
$parts = parse_url($hostname);
9347-
//$hostname = $parts['host'] ?? $hostname;
9347+
$hostname = $parts['host'] ?? $hostname;
93489348
}
93499349

93509350
$tenantSegment = $this->adapter->getTenant();

0 commit comments

Comments
 (0)