From 1030a215c3bccbe38d5a6a6dfddb972de55221d2 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Mon, 30 Mar 2026 17:05:23 +0700 Subject: [PATCH] chore: remove default inspire artisan command from console routes --- routes/console.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/routes/console.php b/routes/console.php index 9cd77a7..8fa98cb 100644 --- a/routes/console.php +++ b/routes/console.php @@ -1,12 +1,5 @@ comment(Inspiring::quote()); -})->purpose('Display an inspiring quote'); - use Illuminate\Support\Facades\Schedule; Schedule::command('app:generate-daily-sessions')->dailyAt('00:00');