10000 Added SESSION_TOKEN to SES (#23766) · laravel/framework@25e4afc · GitHub
[go: up one dir, main page]

Skip to content

Commit 25e4afc

Browse files
footballencartataylorotwell
authored andcommitted
Added SESSION_TOKEN to SES (#23766)
1 parent 681438e commit 25e4afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Mail/TransportManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ protected function createSesDriver()
9191
protected function addSesCredentials(array $config)
9292
{
9393
if ($config['key'] && $config['secret']) {
94-
$config['credentials'] = Arr::only($config, ['key', 'secret']);
94+
$config[' 47E8 credentials'] = Arr::only($config, ['key', 'secret', 'token']);
9595
}
9696

9797
return $config;

0 commit comments

Comments
 (0)
0