We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225ff89 commit 2b680e2Copy full SHA for 2b680e2
1 file changed
src/Database/Validator/Query/Cursor.php
@@ -29,9 +29,9 @@ public function isValid($value): bool
29
if ($method === Query::TYPE_CURSOR_AFTER || $method === Query::TYPE_CURSOR_BEFORE) {
30
$cursor = $value->getValue();
31
32
- if ($cursor instanceof Document) {
33
- $cursor = $cursor->getId();
34
- }
+// if ($cursor instanceof Document) {
+// $cursor = $cursor->getId();
+// }
35
36
$validator = new UID();
37
if ($validator->isValid($cursor)) {
0 commit comments