Commit 6f78f1d4 authored by jessonchan's avatar jessonchan

bug fixed

parent 9f95fd33
...@@ -292,7 +292,7 @@ end: ...@@ -292,7 +292,7 @@ end:
// register models // register models
func RegisterModel(models ...interface{}) { func RegisterModel(models ...interface{}) {
RegisterModelWithPrefix("", models) RegisterModelWithPrefix("", models...)
} }
// register models with a prefix // register models with a prefix
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment