mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 14:30:56 +00:00
Fix the typo
This commit is contained in:
parent
6ced26660e
commit
30661472c8
@ -66,7 +66,7 @@ const (
|
|||||||
AdapterConsole = "console"
|
AdapterConsole = "console"
|
||||||
AdapterFile = "file"
|
AdapterFile = "file"
|
||||||
AdapterMultiFile = "multifile"
|
AdapterMultiFile = "multifile"
|
||||||
AdapterMail = "stmp"
|
AdapterMail = "smtp"
|
||||||
AdapterConn = "conn"
|
AdapterConn = "conn"
|
||||||
AdapterEs = "es"
|
AdapterEs = "es"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user