fix alphabetical order (#6627)

move `resend` before `ses`
This commit is contained in:
Khaled Huthaily 2025-06-06 09:09:38 -06:00 committed by Yury Pikhtarev
commit cbd1a9706d
No known key found for this signature in database

View file

@ -18,16 +18,16 @@ return [
'token' => env('POSTMARK_TOKEN'),
],
'resend' => [
'key' => env('RESEND_KEY'),
],
'ses' => [
'key' => env('AWS_ACCESS_KEY_ID'),
'secret' => env('AWS_SECRET_ACCESS_KEY'),
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
],
'resend' => [
'key' => env('RESEND_KEY'),
],
'slack' => [
'notifications' => [
'bot_user_oauth_token' => env('SLACK_BOT_USER_OAUTH_TOKEN'),