We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e39330 + 735aa4c commit dc6206dCopy full SHA for dc6206d
src/Console/MakeCommand.php
@@ -52,7 +52,7 @@ public function handle()
52
$this->modelName = $this->getModelName();
53
54
if (!$this->modelExists()) {
55
- $this->error('Model does not found! use, command like: artisan admin:controller \\\\App\\\\Models\\\\ModelName');
+ $this->error('Model not found! use, command like: artisan admin:controller \\\\App\\\\Models\\\\ModelName');
56
57
return false;
58
}
@@ -61,7 +61,7 @@ public function handle()
61
$stub = $this->option('stub');
62
63
if ($stub and !is_file($stub)) {
64
- $this->error('The stub file dose not exist.');
+ $this->error('The stub file does not exist.');
65
66
67
0 commit comments