From 2f3b028b177e0177fc75ca0654425d09d5aaece4 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 8 Jul 2025 17:27:05 +0530 Subject: [PATCH] Commented schedule report lines --- routes/console.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/console.php b/routes/console.php index 7d6d685..e802730 100644 --- a/routes/console.php +++ b/routes/console.php @@ -8,6 +8,6 @@ Artisan::command('inspire', function () { $this->comment(Inspiring::quote()); })->purpose('Display an inspiring quote'); -Schedule::command('send:invoice-report'); -Schedule::command('send:production-report'); +// Schedule::command('send:invoice-report'); +// Schedule::command('send:production-report');