mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 10:47:25 +01:00
Update PestInstallCommand.php
This commit is contained in:
@ -54,13 +54,4 @@ final class PestInstallCommand extends Command
|
|||||||
(new Thanks($this->output))();
|
(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