From ca3b58cd21c21ae6c957b9b2932258eebf023ac1 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 1 Aug 2020 09:50:05 -0500 Subject: [PATCH] change method --- routes/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/console.php b/routes/console.php index da55196d..e05f4c9a 100644 --- a/routes/console.php +++ b/routes/console.php @@ -16,4 +16,4 @@ Artisan::command('inspire', function () { $this->comment(Inspiring::quote()); -})->describe('Display an inspiring quote'); +})->purpose('Display an inspiring quote');