ModelsCommand: Remove question mark (#812)

Sorry this is a bit nitpicky 😅
This commit is contained in:
Stanislas
2019-08-06 07:54:53 +02:00
committed by Barry vd. Heuvel
parent c9132b28a6
commit cd2a71d43c
+1 -1
View File
@@ -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;