Skip to content

Commit 5435204

Browse files
authored
Use Hyperf\Stringable\Str instead of Hyperf\Utils\Str (#5634)
1 parent 95f7445 commit 5435204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Query/Grammars/PostgresGrammar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Hyperf\Collection\Arr;
1515
use Hyperf\Database\Query\Builder;
1616
use Hyperf\Database\Query\Grammars\Grammar;
17-
use Hyperf\Utils\Str;
17+
use Hyperf\Stringable\Str;
1818

1919
use function Hyperf\Collection\collect;
2020

src/Schema/ForeignIdColumnDefinition.php

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

1414
use Hyperf\Database\Schema\Blueprint;
1515
use Hyperf\Database\Schema\ColumnDefinition;
16-
use Hyperf\Utils\Str;
16+
use Hyperf\Stringable\Str;
1717

1818
class ForeignIdColumnDefinition extends ColumnDefinition
1919
{

0 commit comments

Comments
 (0)