From be85c85e06acc0fb2702631bc77bcbf667e1574c Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Mon, 25 May 2026 17:00:57 +0530 Subject: [PATCH] Changed logic for send invoice report for mail trigger --- app/Console/Commands/SendInvoiceReport.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Console/Commands/SendInvoiceReport.php b/app/Console/Commands/SendInvoiceReport.php index 24fa87d..74bf002 100644 --- a/app/Console/Commands/SendInvoiceReport.php +++ b/app/Console/Commands/SendInvoiceReport.php @@ -36,8 +36,6 @@ class SendInvoiceReport extends Command $mailRules = \App\Models\AlertMailRule::where('module', 'InvoiceValidation')->get()->groupBy('rule_name'); - $this->info(print_r($mailRules->toArray(), true)); - // $startDate = now()->setTime(8, 0, 0); // $endDate = now()->copy()->addDay()->setTime(8, 0, 0);