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()}"); } }