diff --git a/src/Laravel/Commands/PestInstallCommand.php b/src/Laravel/Commands/PestInstallCommand.php index a627a4df..80584b4e 100644 --- a/src/Laravel/Commands/PestInstallCommand.php +++ b/src/Laravel/Commands/PestInstallCommand.php @@ -54,13 +54,4 @@ final class PestInstallCommand extends Command (new Thanks($this->output))(); } } - - /** - * Determine if this is a Lumen application. - */ - private function isLumen(): bool - { - /* @phpstan-ignore-next-line */ - return Str::startsWith(app()->version(), 'Lumen'); - } }