Skip to content

Commit 9aef700

Browse files
Instead of classes and functions of Hyperf\Utils (#5674)
Co-authored-by: 李铭昕 <[email protected]>
1 parent 22d9fa1 commit 9aef700

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"php": ">=7.2",
2020
"hyperf/contract": "~3.0.0",
2121
"hyperf/http-message": "~3.0.0",
22+
"hyperf/support": "~3.0.0",
2223
"hyperf/utils": "~3.0.0",
2324
"psr/container": "^1.0|^2.0"
2425
},

src/ClientFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
use Hyperf\Stringable\Str;
1616

1717
use function Hyperf\Coroutine\defer;
18+
use function Hyperf\Support\make;
1819

1920
class ClientFactory
2021
{

0 commit comments

Comments
 (0)