mirror of https://github.com/go-gorm/gorm.git
Update inflection address
This commit is contained in:
parent
c0b9e3af82
commit
84c6b46011
|
@ -10,7 +10,7 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/qor/inflection"
|
||||
"github.com/jinzhu/inflection"
|
||||
)
|
||||
|
||||
var DefaultTableNameHandler = func(db *DB, defaultTableName string) string {
|
||||
|
|
Loading…
Reference in New Issue