Skip to content

Commit

Permalink
Use Hyperf\Stringable\Str instead of Hyperf\Utils\Str (#5634)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia authored Apr 13, 2023
1 parent e87634c commit 9bb2ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PathGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Hyperf\Grpc;

use Hyperf\Rpc\Contract\PathGeneratorInterface;
use Hyperf\Utils\Str;
use Hyperf\Stringable\Str;

class PathGenerator implements PathGeneratorInterface
{
Expand Down

0 comments on commit 9bb2ddf

Please sign in to comment.