forceDelete(); ReportDaySeller::where('created_at', '<', $currentDate) ->forceDelete(); ReportDayShop::where('created_at', '<', $currentDate) ->forceDelete(); ReportDayWin::where('created_at', '<', $currentDate) ->forceDelete(); } }