Merge pull request #581 from soltmar/master

Changed overwriting confirmation message
This commit is contained in:
Barry vd. Heuvel
2018-05-07 11:23:06 +02:00
committed by GitHub
+1 -1
View File
@@ -95,7 +95,7 @@ class ModelsCommand extends Command
//If filename is default and Write is not specified, ask what to do
if (!$this->write && $filename === $this->filename && !$this->option('nowrite')) {
if ($this->confirm(
"Do you want to overwrite the existing model files? Choose no to write to $filename instead? (Yes/No): "
"Do you want to overwrite the existing model files? Choose no to write to $filename instead?"
)
) {
$this->write = true;