diff --git a/src/Export/ExportService.php b/src/Export/ExportService.php index 9befd98..b6bed78 100755 --- a/src/Export/ExportService.php +++ b/src/Export/ExportService.php @@ -289,7 +289,6 @@ public function allRegistrationDataToCSV(Event $event, User $adminUser): array $participant->registrationPayDate !== null ? $participant->registrationPayDate->format('d. m. Y H:i:s') : '', $participant->entryDate !== null ? $participant->entryDate->format('d. m. Y H:i:s') : '', $participant->leaveDate !== null ? $participant->leaveDate->format('d. m. Y H:i:s') : '', - ], $ptPart, $istPart