diff --git a/backend/config/app.php b/backend/config/app.php index e302ce32..04ac89ac 100644 --- a/backend/config/app.php +++ b/backend/config/app.php @@ -45,6 +45,7 @@ ], 'email_logo_url' => env('APP_EMAIL_LOGO_URL'), + 'email_logo_link_url' => env('APP_EMAIL_LOGO_LINK_URL', env('APP_FRONTEND_URL', 'http://localhost')), 'email_footer_text' => env('APP_EMAIL_FOOTER_TEXT'), /* diff --git a/backend/database/migrations/schema.sql b/backend/database/migrations/schema.sql index bb359414..4b20e570 100644 --- a/backend/database/migrations/schema.sql +++ b/backend/database/migrations/schema.sql @@ -276,7 +276,6 @@ create table if not exists tickets deleted_at timestamp, type varchar(20) default 'PAID'::character varying not null, is_hidden boolean default false, - start_collapsed boolean default false, primary key (id), constraint fk_tickets_event_id foreign key (event_id) references events diff --git a/backend/resources/views/emails/orders/attendee-ticket.blade.php b/backend/resources/views/emails/orders/attendee-ticket.blade.php index 9379fb26..dcad7287 100644 --- a/backend/resources/views/emails/orders/attendee-ticket.blade.php +++ b/backend/resources/views/emails/orders/attendee-ticket.blade.php @@ -21,9 +21,8 @@ {{ __('If you have any questions or need assistance, please reply to this email or contact the event organizer') }} {{ __('at') }} {{$eventSettings->getSupportEmail()}}. -{{ __('Best regards,') }} -
-{{config('app.name')}} +{{ __('Best regards,') }}
+{{ config('app.name') }}