Skip to content

Commit 22d9fa1

Browse files
authored
Use Hyperf\Stringable\Str instead of Hyperf\Utils\Str (#5634)
1 parent 204687a commit 22d9fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClientFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Hyperf\WebSocketClient;
1313

1414
use Hyperf\HttpMessage\Uri\Uri;
15-
use Hyperf\Utils\Str;
15+
use Hyperf\Stringable\Str;
1616

1717
use function Hyperf\Coroutine\defer;
1818

0 commit comments

Comments
 (0)