Skip to content

Commit

Permalink
Update sms.go
Browse files Browse the repository at this point in the history
  • Loading branch information
consam authored Jul 17, 2023
1 parent c9452ab commit 0401e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object/sms.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package object
import (
"strings"

sender "github.com/casdoor/go-sms-sender"
sender "github.com/consam/go-sms-sender"
)

func getSmsClient(provider *Provider) (sender.SmsClient, error) {
Expand Down

0 comments on commit 0401e43

Please sign in to comment.