We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1796ebd commit f19477aCopy full SHA for f19477a
facades/http_result.go
@@ -1,8 +1,8 @@
1
package facades
2
3
import (
4
- "goravel/packages/http_result"
5
- "goravel/packages/http_result/contracts"
+ "github.com/hulutech-web/http_result"
+ "github.com/hulutech-web/http_result/contracts"
6
"log"
7
)
8
service_provider.go
@@ -3,7 +3,7 @@ package http_result
"github.com/goravel/framework/contracts/console"
"github.com/goravel/framework/contracts/foundation"
- "goravel/packages/http_result/commands"
+ "github.com/hulutech-web/http_result/commands"
9
const Binding = "http_result"
0 commit comments