mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
debug export booking analytics
This commit is contained in:
@@ -86,6 +86,7 @@ class ExportsAnalyticBookingTransactions implements FromQuery, WithHeadings, Wit
|
||||
|
||||
$lastPayment = $booking->transactions()->where('type', 1)->whereIn('status', [2, 3])->orderBy('id', 'desc')->first();
|
||||
|
||||
dump($booking);
|
||||
return [
|
||||
$booking->id,
|
||||
$booking->company_id,
|
||||
|
||||
Reference in New Issue
Block a user