change method

This commit is contained in:
Taylor Otwell 2020-08-01 09:50:05 -05:00
parent 2053375853
commit ca3b58cd21
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->describe('Display an inspiring quote');
})->purpose('Display an inspiring quote');