Skip to content

Commit

Permalink
Fix double use Str
Browse files Browse the repository at this point in the history
fix laravel error 

Symfony\Component\ErrorHandler\Error\FatalError
Cannot use Illuminate\Support\Str as Str because the name is already in use
  • Loading branch information
toxalutsk authored Mar 4, 2021
1 parent 902dc0d commit b040214
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Entrust/Traits/EntrustUserTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Illuminate\Support\Facades\Config;
use Illuminate\Support\Str;
use InvalidArgumentException;
use Illuminate\Support\Str;

trait EntrustUserTrait
{
Expand Down

0 comments on commit b040214

Please sign in to comment.