From 769114d1616252e6a16b44be1f7d0bec19959168 Mon Sep 17 00:00:00 2001 From: prateek banga Date: Tue, 8 Aug 2023 03:35:13 +0530 Subject: [PATCH] lint fix --- src/Appwrite/Utopia/Response/Model/AttributeRelationship.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Utopia/Response/Model/AttributeRelationship.php b/src/Appwrite/Utopia/Response/Model/AttributeRelationship.php index b6013e8ae1..d88fbd1530 100644 --- a/src/Appwrite/Utopia/Response/Model/AttributeRelationship.php +++ b/src/Appwrite/Utopia/Response/Model/AttributeRelationship.php @@ -4,6 +4,7 @@ namespace Appwrite\Utopia\Response\Model; use Appwrite\Utopia\Response; use Utopia\Database\Document; + class AttributeRelationship extends Attribute { public function __construct()