mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Update PestInstallCommand.php
This commit is contained in:
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user