This commit is contained in:
@@ -29,4 +29,6 @@ return [
|
||||
|
||||
'front_seat_max_per_booking' => env('BOOKING_FRONT_SEAT_MAX_PER_BOOKING', 1),
|
||||
|
||||
// comma-separated list of admin emails to notify on booking events
|
||||
'admin_emails' => explode(',', env('BOOKING_ADMIN_EMAILS', 'admin@example.com')),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user