We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364ba1b commit 19b1010Copy full SHA for 19b1010
1 file changed
src/Database/Document.php
@@ -66,7 +66,7 @@ public function getId(): string
66
*/
67
public function getSequence(): int
68
{
69
- return $this->getAttribute('$sequence', '');
+ return $this->getAttribute('$sequence', 0);
70
}
71
72
/**
0 commit comments