From 66099079b114d51c3860f2ddfc18a7b1e521b7c4 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 2 Mar 2022 09:12:20 +0100 Subject: [PATCH] style: fix code --- src/Appwrite/Migration/Version/V12.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Appwrite/Migration/Version/V12.php b/src/Appwrite/Migration/Version/V12.php index 9ca7b3169e..2c5ddef61d 100644 --- a/src/Appwrite/Migration/Version/V12.php +++ b/src/Appwrite/Migration/Version/V12.php @@ -190,8 +190,8 @@ class V12 extends Migration */ $path = "/storage/uploads/app-{$this->project->getId()}"; $new = str_replace($path, "{$path}/default", $document->getAttribute('path')); - $document - ->setAttribute('path', $new); + $document->setAttribute('path', $new); + /** * Populate search string from Migration to 0.12. */