mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 21:47:02 +00:00
refactor(core/database): AbstractAttachment -> AbstractAttachments
This commit is contained in:
@@ -15,7 +15,7 @@ pub trait AbstractDatabase:
|
||||
+ Send
|
||||
+ admin_migrations::AbstractMigrations
|
||||
+ bots::AbstractBots
|
||||
+ files::AbstractAttachment
|
||||
+ files::AbstractAttachments
|
||||
+ users::AbstractUsers
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user