add admin noti email feat
PHP Tests / php-tests (push) Failing after 3m20s

This commit is contained in:
Nyan Lin Paing
2026-08-19 21:43:00 +07:00
parent 532f2ddf99
commit 5c215b4647
6 changed files with 140 additions and 0 deletions
+2
View File
@@ -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')),
];