mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-26 07:53:58 +00:00
Merge branch 'dillon/34.6-jenkins-vapor' into vapor/development
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