From a0e056abc1e8f151f2a394858024817017ed4af5 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 4 Aug 2022 06:03:04 +0000 Subject: [PATCH] fix indentation --- src/Appwrite/Stats/Usage.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Appwrite/Stats/Usage.php b/src/Appwrite/Stats/Usage.php index f5352da401..083ff721fc 100644 --- a/src/Appwrite/Stats/Usage.php +++ b/src/Appwrite/Stats/Usage.php @@ -269,12 +269,12 @@ class Usage $document = $this->database->getDocument('stats', $id); if ($document->isEmpty()) { $this->database->createDocument('stats', new Document([ - '$id' => $id, - 'period' => $period, - 'time' => $time, - 'metric' => $metric, - 'value' => $value, - 'type' => $type, + '$id' => $id, + 'period' => $period, + 'time' => $time, + 'metric' => $metric, + 'value' => $value, + 'type' => $type, ])); } else { $this->database->updateDocument(