change method
This commit is contained in:
@@ -16,4 +16,4 @@ use Illuminate\Support\Facades\Artisan;
|
|||||||
|
|
||||||
Artisan::command('inspire', function () {
|
Artisan::command('inspire', function () {
|
||||||
$this->comment(Inspiring::quote());
|
$this->comment(Inspiring::quote());
|
||||||
})->describe('Display an inspiring quote');
|
})->purpose('Display an inspiring quote');
|
||||||
|
|||||||
Reference in New Issue
Block a user