Commented scheduler run commands

This commit is contained in:
dhanabalan
2025-07-09 11:02:19 +05:30
parent aeb3b694e4
commit 3665b63ff9

View File

@@ -10,13 +10,13 @@ Route::get('/', function () {
return redirect('/admin');
});
// Route::get('/scheduler', function() {
// Artisan::call('schedule:run');
// });
// Route::get('/test_mail', function () {
// // $tableData = InvoiceValidation::select('id as no', 'plant_id as plant', 'invoice_number as TotalInvoice')
// // ->orderBy('plant', 'asc')
// // ->get()
// // ->unique('invoice')
// // ->values()
// // ->toArray();
// $plants = InvoiceValidation::select('plant_id')->distinct()->pluck('plant_id');