chore: remove unused import

This commit is contained in:
Torsten Dittmann
2024-03-13 13:04:56 +01:00
parent 5c39c1ece4
commit 4cc73ece5c
+1 -1
View File
@@ -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()}");
}
}