Neustrukturierung Customer / Lead / Booking Phase 2

This commit is contained in:
Kevin Adametz 2026-05-28 17:10:37 +02:00
parent 313f0dbf4e
commit 6df9c401af
69 changed files with 3809 additions and 374 deletions

View file

@ -51,10 +51,12 @@ class MailSendFeWoInfo extends Mailable
'greetings' => __('Best regards'),
'model' => $this->travel_user_booking_fewo,
]);
$message->attach($file1['path'], [
'as' => $file1['name'],
'mime' => $file1['mine'],
]);
if ($file1['path'] && is_file($file1['path'])) {
$message->attach($file1['path'], [
'as' => $file1['name'],
'mime' => $file1['mine'],
]);
}
foreach ($this->files as $file) {
$message->attach($file->getPath(),[