Skip to content

Commit 0c48269

Browse files
committed
Fix stan types
1 parent 67f3391 commit 0c48269

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
@@ -9222,7 +9222,7 @@ public function getCacheKeys(string $collectionId, ?string $documentId = null, a
92229222
'selects' => $sortedSelects,
92239223
'relationships' => $this->resolveRelationships,
92249224
'filters' => $enabled,
9225-
]);
9225+
]) ?: '';
92269226
$documentHashKey = $documentKey . ':' . \md5($payload);
92279227
}
92289228

0 commit comments

Comments
 (0)