Commit b6b9c454 authored by Taylor Otwell's avatar Taylor Otwell

change wording

parent ede6c279
......@@ -38,7 +38,7 @@ class NewCommand extends Command
protected function execute(InputInterface $input, OutputInterface $output)
{
if (! class_exists('ZipArchive')) {
throw new RuntimeException('The Zip extension is missing on your system. Please install it and try again.');
throw new RuntimeException('The Zip PHP extension is not installed. Please install it and try again.');
}
$this->verifyApplicationDoesntExist(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment