diff --git a/app/Classes/Modules/Exports/Services/ExportsTransactions.php b/app/Classes/Modules/Exports/Services/ExportsTransactions.php index 7215e83a..b79cef5d 100644 --- a/app/Classes/Modules/Exports/Services/ExportsTransactions.php +++ b/app/Classes/Modules/Exports/Services/ExportsTransactions.php @@ -63,7 +63,7 @@ class ExportsTransactions implements FromQuery, WithHeadingRow, WithMapping $booking = $transaction->owner; $company = $booking->owner; - + dump($booking, $company); if(!($booking instanceof Booking)){ $booking = $transaction->owner->owner; @@ -76,7 +76,7 @@ class ExportsTransactions implements FromQuery, WithHeadingRow, WithMapping } } -dump($booking, $company); + return [ $company->reference, $booking ? $booking->marking : '',