Merge branch 'dillon/34.6-jenkins-vapor' into vapor/development

This commit is contained in:
Dillon Ngo
2024-08-28 21:18:17 +08:00
@@ -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();
}