Skip to content

Commit f19477a

Browse files
committed
修改依赖
1 parent 1796ebd commit f19477a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

facades/http_result.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package facades
22

33
import (
4-
"goravel/packages/http_result"
5-
"goravel/packages/http_result/contracts"
4+
"github.com/hulutech-web/http_result"
5+
"github.com/hulutech-web/http_result/contracts"
66
"log"
77
)
88

service_provider.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package http_result
33
import (
44
"github.com/goravel/framework/contracts/console"
55
"github.com/goravel/framework/contracts/foundation"
6-
"goravel/packages/http_result/commands"
6+
"github.com/hulutech-web/http_result/commands"
77
)
88

99
const Binding = "http_result"

0 commit comments

Comments
 (0)