diff --git a/config/services.php b/config/services.php index 2a1d616c7..f88a89335 100644 --- a/config/services.php +++ b/config/services.php @@ -30,4 +30,8 @@ return [ 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'), ], + 'sendgrid' => [ + 'api_key' => env('SENDGRID_API_KEY'), + ], + ];