Skip to content

Commit b040214

Browse files
authored
Fix double use Str
fix laravel error Symfony\Component\ErrorHandler\Error\FatalError Cannot use Illuminate\Support\Str as Str because the name is already in use
1 parent 902dc0d commit b040214

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Entrust/Traits/EntrustUserTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
use Illuminate\Support\Facades\Config;
1414
use Illuminate\Support\Str;
1515
use InvalidArgumentException;
16-
use Illuminate\Support\Str;
1716

1817
trait EntrustUserTrait
1918
{

0 commit comments

Comments
 (0)