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 95f7445 commit 5435204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Query/Grammars/PostgresGrammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Hyperf\Collection\Arr;
use Hyperf\Database\Query\Builder;
use Hyperf\Database\Query\Grammars\Grammar;
use Hyperf\Utils\Str;
use Hyperf\Stringable\Str;

use function Hyperf\Collection\collect;

Expand Down
2 changes: 1 addition & 1 deletion src/Schema/ForeignIdColumnDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

use Hyperf\Database\Schema\Blueprint;
use Hyperf\Database\Schema\ColumnDefinition;
use Hyperf\Utils\Str;
use Hyperf\Stringable\Str;

class ForeignIdColumnDefinition extends ColumnDefinition
{
Expand Down

0 comments on commit 5435204

Please sign in to comment.