Skip to content

Commit cfda705

Browse files
authored
Use Hyperf\Stringable\Str instead of Hyperf\Utils\Str (#5634)
1 parent 8e3770b commit cfda705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RedisDriverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
use Hyperf\Context\Context;
2020
use Hyperf\Di\Container;
2121
use Hyperf\Redis\RedisFactory;
22+
use Hyperf\Stringable\Str;
2223
use Hyperf\Utils\Packer\PhpSerializerPacker;
23-
use Hyperf\Utils\Str;
2424
use HyperfTest\AsyncQueue\Stub\DemoJob;
2525
use HyperfTest\AsyncQueue\Stub\DemoModel;
2626
use HyperfTest\AsyncQueue\Stub\DemoModelMeta;

0 commit comments

Comments
 (0)