Skip to content

Commit 057c9f5

Browse files
fix alphabetical order (#55965)
1 parent cf9cede commit 057c9f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/services.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
'token' => env('POSTMARK_TOKEN'),
1919
],
2020

21+
'resend' => [
22+
'key' => env('RESEND_KEY'),
23+
],
24+
2125
'ses' => [
2226
'key' => env('AWS_ACCESS_KEY_ID'),
2327
'secret' => env('AWS_SECRET_ACCESS_KEY'),
2428
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
2529
],
2630

27-
'resend' => [
28-
'key' => env('RESEND_KEY'),
29-
],
30-
3131
'slack' => [
3232
'notifications' => [
3333
'bot_user_oauth_token' => env('SLACK_BOT_USER_OAUTH_TOKEN'),

0 commit comments

Comments
 (0)