From 4cc73ece5c409b97fa522a2ee81736fb53fbb3c7 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 13 Mar 2024 13:04:56 +0100 Subject: [PATCH] chore: remove unused import --- src/Appwrite/Migration/Version/V19.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Migration/Version/V19.php b/src/Appwrite/Migration/Version/V19.php index 659f48305f..f61265b065 100644 --- a/src/Appwrite/Migration/Version/V19.php +++ b/src/Appwrite/Migration/Version/V19.php @@ -172,7 +172,7 @@ class V19 extends Migration id: $attribute->getAttribute('key'), size: Database::LENGTH_KEY ); - } catch (Throwable) { + } catch (\Throwable) { Console::warning("Error migrating internal attribute {$attribute->getAttribute('key')}: {$th->getMessage()}"); } }