Test Failed
Push — v2 ( 45f521...b247ab )
by Alexander
08:12
created
src/Console/MakeTransformer.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.