@@ -40,8 +40,8 @@ |
||
40 | 40 | */ |
41 | 41 | public static function get(array $setting): MessengerInterface |
42 | 42 | { |
43 | - $apiKey = $setting['config']['api_key'] ?? ''; |
|
44 | - $sender = $setting['config']['sender'] ?? ''; |
|
43 | + $apiKey = $setting['config']['api_key'] ?? ''; |
|
44 | + $sender = $setting['config']['sender'] ?? ''; |
|
45 | 45 | $recipients = $setting['config']['recipients'] ?? []; |
46 | 46 | |
47 | 47 | $instance = new Sendgrid($apiKey); |