diff --git a/src/Console/ModelsCommand.php b/src/Console/ModelsCommand.php index a07ed07..051105f 100644 --- a/src/Console/ModelsCommand.php +++ b/src/Console/ModelsCommand.php @@ -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;