mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
Merge pull request #581 from soltmar/master
Changed overwriting confirmation message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user