mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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('$collection');
|
||||||
$document->removeAttribute('$tenant');
|
$document->removeAttribute('$tenant');
|
||||||
var_dump($document->getArrayCopy());
|
|
||||||
if (!$document->isEmpty()) {
|
if (!$document->isEmpty()) {
|
||||||
$document->setAttribute('$sequence', (int)$document->getAttribute('$sequence', 0));
|
$document->setAttribute('$sequence', (int)$document->getAttribute('$sequence', 0));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue