mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: remove unused import
This commit is contained in:
@@ -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()}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user