@@ -101,7 +101,7 @@ |
||
101 | 101 | protected function buildModelReplacements(array $replace) |
102 | 102 | { |
103 | 103 | if (! class_exists($modelClass = $this->parseModel($this->option('model')))) { |
104 | - if ($this->confirm("A {$modelClass} model does not exist. Do you want to generate it?", true)) { |
|
104 | + if ($this->confirm("a {$modelClass} model does not exist. Do you want to generate it?", true)) { |
|
105 | 105 | $this->call('make:model', ['name' => $modelClass]); |
106 | 106 | } |
107 | 107 | } |