Skip to content

Commit 762fbe0

Browse files
committed
allow key for consistency
1 parent 4f4e693 commit 762fbe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Mail/MailManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ protected function createPostmarkTransport(array $config)
371371
'postmark+api',
372372
'default',
373373
$config['token']
374+
?? $config['key']
374375
?? $this->app['config']->get('services.postmark.token')
375376
?? $this->app['config']->get('services.postmark.key'),
376377
null,

0 commit comments

Comments
 (0)