mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
ModelsCommand: Remove question mark (#812)
Sorry this is a bit nitpicky 😅
This commit is contained in:
committed by
Barry vd. Heuvel
parent
c9132b28a6
commit
cd2a71d43c
@@ -96,7 +96,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?"
|
||||
"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