Update PestInstallCommand.php

This commit is contained in:
Nuno Maduro
2020-12-27 17:40:26 +01:00
committed by GitHub
parent 3ed20d059c
commit 54a285f7e3

View File

@ -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');
}
}