From 54a285f7e3db94959011320c6416fe10b9b898fd Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 27 Dec 2020 17:40:26 +0100 Subject: [PATCH] Update PestInstallCommand.php --- src/Laravel/Commands/PestInstallCommand.php | 9 --------- 1 file changed, 9 deletions(-) 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'); - } }