Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@
],
],

'roundrobin' => [
'transport' => 'roundrobin',
'mailers' => [
'ses',
'postmark',
],
],

],

/*
Expand Down
1 change: 0 additions & 1 deletion config/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
| the framework. Typically, you should not need to change this value
| since doing so does not grant a meaningful security improvement.
|
|
*/

'cookie' => env(
Expand Down