Un-hardcode configuration value

This commit is contained in:
2020-12-19 03:13:27 +00:00
parent 0c667d74ef
commit cf65569702

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'),
],