We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9540e commit 81c5118Copy full SHA for 81c5118
service_provider.go
@@ -29,7 +29,7 @@ func (receiver *ServiceProvider) Boot(app foundation.Application) {
29
app.Commands([]console.Command{
30
commands.NewPublishHttpResult(),
31
})
32
- app.Publishes("./packages/http_result", map[string]string{
+ app.Publishes("github.com/hulutech-web/http_result", map[string]string{
33
"config/http_result.go": app.ConfigPath("http_result.go"),
34
35
}
0 commit comments