From 7ba49b2e3e84a984c4d5afc04f81332474491df7 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 27 Dec 2020 21:42:08 +0100 Subject: [PATCH] chore: fixes style --- src/Laravel/Commands/PestInstallCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Laravel/Commands/PestInstallCommand.php b/src/Laravel/Commands/PestInstallCommand.php index 80584b4e..7f9801eb 100644 --- a/src/Laravel/Commands/PestInstallCommand.php +++ b/src/Laravel/Commands/PestInstallCommand.php @@ -8,7 +8,6 @@ use Illuminate\Console\Command; use Illuminate\Support\Facades\File; use Pest\Console\Thanks; use Pest\Exceptions\InvalidConsoleArgument; -use Pest\Support\Str; /** * @internal