diff --git a/config/services.php b/config/services.php index 4e797b15..cc3097f8 100644 --- a/config/services.php +++ b/config/services.php @@ -36,5 +36,9 @@ return [ 'twitter' => [ 'widget_id' => env('TWITTER_WIDGET_ID'), + ], + + 'sparkpost' => [ + 'secret' => env('SPARKPOST_SECRET') ] ];