From 6576dc16cffc99e4559a6fb8c1c40f2b5653d0db Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 30 Oct 2025 12:37:49 -0500 Subject: [PATCH] update language --- config/services.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/services.php b/config/services.php index 6182e4b9..6a90eb83 100644 --- a/config/services.php +++ b/config/services.php @@ -15,11 +15,11 @@ return [ */ 'postmark' => [ - 'token' => env('POSTMARK_TOKEN'), + 'key' => env('POSTMARK_API_KEY'), ], 'resend' => [ - 'key' => env('RESEND_KEY'), + 'key' => env('RESEND_API_KEY'), ], 'ses' => [