Skip to content

Commit

Permalink
Instead of classes and functions of Hyperf\Utils (#5674)
Browse files Browse the repository at this point in the history
Co-authored-by: 李铭昕 <715557344@qq.com>
  • Loading branch information
huangdijia and limingxinleo committed Apr 26, 2023
1 parent e6d6fb6 commit b952f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"require": {
"php": ">=8.0",
"hyperf/contract": "~3.0.0",
"hyperf/support": "~3.0.0",
"hyperf/utils": "~3.0.0",
"psr/container": "^1.0|^2.0",
"psr/http-server-middleware": "^1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/HttpServerMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Hyperf\SwooleTracker\Middleware;

use Hyperf\Contract\ConfigInterface;
use Hyperf\Utils\Network;
use Hyperf\Support\Network;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Server\MiddlewareInterface;
Expand Down

0 comments on commit b952f03

Please sign in to comment.