From de0de5f2254c8cfd961113c9e933fceab03bad84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Mon, 12 Dec 2022 13:45:21 +0100 Subject: [PATCH] Linter fix --- src/Appwrite/Migration/Version/V17.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Migration/Version/V17.php b/src/Appwrite/Migration/Version/V17.php index c7e73fa1b5..2897826117 100644 --- a/src/Appwrite/Migration/Version/V17.php +++ b/src/Appwrite/Migration/Version/V17.php @@ -73,4 +73,4 @@ class V17 extends Migration { return $document; } -} \ No newline at end of file +}