mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
linting
This commit is contained in:
parent
70395cfacc
commit
e4e6c84362
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class Document extends Any
|
|||
{
|
||||
$document->removeAttribute('$collection');
|
||||
$document->removeAttribute('$tenant');
|
||||
var_dump($document->getArrayCopy());
|
||||
|
||||
if (!$document->isEmpty()) {
|
||||
$document->setAttribute('$sequence', (int)$document->getAttribute('$sequence', 0));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue