Uses env on postmark email commented code as docs (#6350)

This commit is contained in:
Nuno Maduro 2024-02-25 14:09:51 +00:00 committed by GitHub
parent f12dd8de26
commit 9ec283d28e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ return [
'postmark' => [ 'postmark' => [
'transport' => 'postmark', 'transport' => 'postmark',
// 'message_stream_id' => null, // 'message_stream_id' => env('POSTMARK_MESSAGE_STREAM_ID'),
// 'client' => [ // 'client' => [
// 'timeout' => 5, // 'timeout' => 5,
// ], // ],