diff --git a/src/Appwrite/Utopia/Response.php b/src/Appwrite/Utopia/Response.php index 09521c001b..f217be4f7a 100644 --- a/src/Appwrite/Utopia/Response.php +++ b/src/Appwrite/Utopia/Response.php @@ -75,6 +75,8 @@ class Response extends UtopiaResponse ->setModel(new Membership()) ->setModel(new MembershipList()) ; + + $this->startTime = \microtime(true); } /**