From 4de3289ebb2c92c1da9d3bcb19fbf6098ecebb39 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 7 Dec 2022 19:29:24 +1300 Subject: [PATCH] Remove redundant function --- src/Appwrite/Utopia/Response.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/Appwrite/Utopia/Response.php b/src/Appwrite/Utopia/Response.php index f8ef784ece..ef60bdc913 100644 --- a/src/Appwrite/Utopia/Response.php +++ b/src/Appwrite/Utopia/Response.php @@ -403,17 +403,6 @@ class Response extends SwooleResponse return $this->models; } - /** - * Returns the model that was used to - * parse the currrent payload - * - * @return string - */ - public function getCurrentModel(): string - { - return $this->model; - } - /** * Validate response objects and outputs * the response according to given format type