Commit 9c7dfad
Update Postmark API token variable name in mail configuration (#10914)
* Update Postmark API token variable name in mail configuration
This doesn't match actual `services.php`
there it's referenced as 'POSTMARK_TOKEN' not 'POSTMARK_API_TOKEN'
```
'postmark' => [
'token' => env('POSTMARK_TOKEN'),
],
```
* Update Postmark API key environment variable
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>1 parent 45a2332 commit 9c7dfad
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments