Un-hardcode configuration value

This commit is contained in:
Miguel Nogueira 2020-12-19 03:13:27 +00:00
parent 0c667d74ef
commit cf65569702
Signed by untrusted user: miguel456
GPG Key ID: 2CF61B825316C6A0
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ return [
'sender' => [
'address' => 'teams@spacejewel-hosting.com',
'name' => 'RaspberryNet Teams',
'address' => env('MAIL_FROM_ADDRESS'),
'name' => env('MAIL_FROM_NAME'),
],