correct mistake

This commit is contained in:
f4ilji
2024-10-30 12:34:37 +05:00
parent 1f13cb033a
commit 866efa03c1
+1 -1
View File
@@ -20,7 +20,7 @@ Artisan::command('inspire', function () {
})->purpose('Display an inspiring quote');
if ('production' === App::environment()) {
Artisan::comman('migrate:fresh', function () {
Artisan::command('migrate:fresh', function () {
$this->comment('You are not allowed to do this in production.');
})->describe('Override default command in production.');
}