Skip to content

Commit dffd5f7

Browse files
authored
Use Hyperf\Stringable\Str instead of Hyperf\Utils\Str (#5634)
1 parent d629fa9 commit dffd5f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
use Hyperf\Contract\Arrayable;
1515
use Hyperf\Coroutine\Coroutine;
16-
use Hyperf\Utils\Str;
16+
use Hyperf\Stringable\Str;
1717
use Psr\EventDispatcher\EventDispatcherInterface;
1818
use Swoole\ExitException;
1919
use Symfony\Component\Console\Command\Command as SymfonyCommand;

src/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
namespace Hyperf\Command;
1313

14-
use Hyperf\Utils\Str;
14+
use Hyperf\Stringable\Str;
1515
use InvalidArgumentException;
1616
use Symfony\Component\Console\Input\InputArgument;
1717
use Symfony\Component\Console\Input\InputOption;

0 commit comments

Comments
 (0)