mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Lint
This commit is contained in:
parent
f95e8a965a
commit
2830ab55f0
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class Document extends Any
|
|||
{
|
||||
$document->removeAttribute('$collection');
|
||||
$document->removeAttribute('$tenant');
|
||||
|
||||
|
||||
if (!$document->isEmpty()) {
|
||||
$document->setAttribute('$sequence', (int)$document->getAttribute('$sequence', 0));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue