Laravel Vapor - debug billingData.csv cannot be exported

This commit is contained in:
Dillon Ngo
2024-08-28 21:18:08 +08:00
parent 7ed2031edd
commit dbb1503f23
@@ -56,7 +56,7 @@ class ExportsAnalyticBillingTransactions implements FromCollection, WithHeadings
return Transaction::where('type', 3)
->where('created_at', '>=', Carbon::now()->subYear())
->orderBy('created_at', 'desc')
->take(10)
->take(500)
->get();
}