fix daily cbm report

This commit is contained in:
omair saleh
2021-10-12 13:54:46 +08:00
parent 4615843e17
commit c33649fda2
@@ -44,7 +44,7 @@ class MonthlyReportController
return $date->isWeekday();
}, $to->endOfMonth());
}, $request->route('to') ? Carbon::parse($request->route('to'))->endOfMonth() : Carbon::now()->endOfMonth());
return (new ApiResponseObject('fetch monthly report Successful',
'',