diff --git a/routes/web.php b/routes/web.php index 6c8f2857..29a7d246 100644 --- a/routes/web.php +++ b/routes/web.php @@ -196,7 +196,7 @@ Route::get('/transactions/supplier/{id}/mock_up', 'Transactions\DownloadMockUpWh Route::get('/notifications/list', 'Notifications\ListNotificationsController@list')->name('notifications.list'); Route::get('/supplier/pi/export', function(){ - $groups = \App\Models\Group::where('issuer', 2210)->whereMonth('created_at', 4)->whereYear('created_at', 2022)->get(); + $groups = \App\Models\Group::where('issuer', 2210)->whereMonth('created_at', 5)->whereYear('created_at', 2022)->get(); echo '