mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 13:33:57 +00:00
Laravel Vapor - debug billingData.csv cannot be exported
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user