Commented scheduler run commands
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user