refactor(core/database): AbstractAttachment -> AbstractAttachments

This commit is contained in:
Paul Makles
2023-04-26 16:51:52 +01:00
parent 60ebdb64d7
commit e33ae17061
4 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ pub trait AbstractDatabase:
+ Send
+ admin_migrations::AbstractMigrations
+ bots::AbstractBots
+ files::AbstractAttachment
+ files::AbstractAttachments
+ users::AbstractUsers
{
}