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: 李铭昕 <[email protected]>
  • Loading branch information
huangdijia and limingxinleo authored Apr 26, 2023
1 parent 2151416 commit 19b8da7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"psr/log": "^1.0|^2.0|^3.0",
"psr/container": "^1.0|^2.0",
"hyperf/contract": "~3.0.0",
"hyperf/support": "~3.0.0",
"hyperf/utils": "~3.0.0",
"monolog/monolog": "^2.7|^3.1"
},
Expand Down
2 changes: 2 additions & 0 deletions src/LoggerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
use Psr\Container\ContainerInterface;
use Psr\Log\LoggerInterface;

use function Hyperf\Support\make;

class LoggerFactory
{
/**
Expand Down

0 comments on commit 19b8da7

Please sign in to comment.