mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 09:05:59 +08:00
config path
This commit is contained in:
@@ -17,7 +17,7 @@ type ChatLogGorm struct {
|
||||
DB *gorm.DB
|
||||
}
|
||||
|
||||
func NewChatLog(db *gorm.DB) *ChatLogGorm {
|
||||
func NewChatLogGorm(db *gorm.DB) *ChatLogGorm {
|
||||
return &ChatLogGorm{DB: db}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user