From ae75bfe1781db5403489101f55d37d18c4ba8317 Mon Sep 17 00:00:00 2001 From: Maxime Hermouet Date: Fri, 17 Aug 2018 13:49:16 +0200 Subject: [PATCH] Fix recipe for ExpertCoder Swiftmailer SendGrid Bundle --- .../2.0/config/packages/expert_coder_swiftmailer_send_grid.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expertcoder/swiftmailer-send-grid-bundle/2.0/config/packages/expert_coder_swiftmailer_send_grid.yaml b/expertcoder/swiftmailer-send-grid-bundle/2.0/config/packages/expert_coder_swiftmailer_send_grid.yaml index 829338d8..6b57cb43 100644 --- a/expertcoder/swiftmailer-send-grid-bundle/2.0/config/packages/expert_coder_swiftmailer_send_grid.yaml +++ b/expertcoder/swiftmailer-send-grid-bundle/2.0/config/packages/expert_coder_swiftmailer_send_grid.yaml @@ -1,3 +1,3 @@ expert_coder_swiftmailer_send_grid: - api_key: '%env(SENDGRID_API_KEY)%_' + api_key: '%env(SENDGRID_API_KEY)%' # categories: [development, client_name]