Skip to content

Commit dc6206d

Browse files
Merge pull request open-admin-org#69 from SachinBahukhandi/typo-fix
Fixing the typos and grammatical issues in the commands
2 parents 8e39330 + 735aa4c commit dc6206d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/MakeCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function handle()
5252
$this->modelName = $this->getModelName();
5353

5454
if (!$this->modelExists()) {
55-
$this->error('Model does not found! use, command like: artisan admin:controller \\\\App\\\\Models\\\\ModelName');
55+
$this->error('Model not found! use, command like: artisan admin:controller \\\\App\\\\Models\\\\ModelName');
5656

5757
return false;
5858
}
@@ -61,7 +61,7 @@ public function handle()
6161
$stub = $this->option('stub');
6262

6363
if ($stub and !is_file($stub)) {
64-
$this->error('The stub file dose not exist.');
64+
$this->error('The stub file does not exist.');
6565

6666
return false;
6767
}

0 commit comments

Comments
 (0)