From 2c328c744da91dd739ff5e9161b5ca8ea38176f4 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 24 Jun 2022 18:37:41 +0200 Subject: [PATCH] chore: run linter --- src/Appwrite/Migration/Version/V14.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Migration/Version/V14.php b/src/Appwrite/Migration/Version/V14.php index cdef53d65b..4cdac772ac 100644 --- a/src/Appwrite/Migration/Version/V14.php +++ b/src/Appwrite/Migration/Version/V14.php @@ -600,7 +600,6 @@ class V14 extends Migration */ if (empty($document->getCreatedAt())) { $document->setAttribute('$createdAt', $document->getAttribute('dateCreated')); - } /** * Migrate dateUpdated to $updatedAt.