forked from jmug/stoatchat
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