From 78159ff8ca734209df28473a48faa4f1b0e0b9a5 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 16 Nov 2021 14:37:28 +0100 Subject: [PATCH] Revert "fix(response): add $id to Log" This reverts commit 7034f84a6ea39662095cb1abab7b0aead456845e. --- src/Appwrite/Utopia/Response/Model/Log.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Appwrite/Utopia/Response/Model/Log.php b/src/Appwrite/Utopia/Response/Model/Log.php index ad468ce1c0..8752c6c872 100644 --- a/src/Appwrite/Utopia/Response/Model/Log.php +++ b/src/Appwrite/Utopia/Response/Model/Log.php @@ -10,12 +10,6 @@ class Log extends Model public function __construct() { $this - ->addRule('$id', [ - 'type' => self::TYPE_STRING, - 'description' => 'Log ID.', - 'default' => '', - 'example' => '5e5ea5c16897e', - ]) ->addRule('event', [ 'type' => self::TYPE_STRING, 'description' => 'Event name.',