diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/rr-php/cmd/serve.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr-php/cmd/serve.go b/cmd/rr-php/cmd/serve.go index ce19414b..69b53e28 100644 --- a/cmd/rr-php/cmd/serve.go +++ b/cmd/rr-php/cmd/serve.go @@ -20,7 +20,7 @@ import ( "os/exec" "time" "github.com/sirupsen/logrus" - rrhttp "github.com/spiral/roadrunner/http" + rrhttp "github.com/spiral/roadrunner/psr7" "net/http" ) |