We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hyperf\Utils
1 parent 22d9fa1 commit 9aef700Copy full SHA for 9aef700
composer.json
@@ -19,6 +19,7 @@
19
"php": ">=7.2",
20
"hyperf/contract": "~3.0.0",
21
"hyperf/http-message": "~3.0.0",
22
+ "hyperf/support": "~3.0.0",
23
"hyperf/utils": "~3.0.0",
24
"psr/container": "^1.0|^2.0"
25
},
src/ClientFactory.php
@@ -15,6 +15,7 @@
15
use Hyperf\Stringable\Str;
16
17
use function Hyperf\Coroutine\defer;
18
+use function Hyperf\Support\make;
class ClientFactory
{
0 commit comments