commit
c37ec7b37f
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ class SettingsSeeder extends Seeder
|
||||||
Settings::firstOrCreate([
|
Settings::firstOrCreate([
|
||||||
'key' => 'SETTINGS::MAIL:FROM_NAME',
|
'key' => 'SETTINGS::MAIL:FROM_NAME',
|
||||||
], [
|
], [
|
||||||
'value' => env('MAIL_FROM_NAME', 'Controlpanel'),
|
'value' => env('APP_NAME', 'Controlpanel'),
|
||||||
'type' => 'string',
|
'type' => 'string',
|
||||||
'description' => 'Mailer From Name'
|
'description' => 'Mailer From Name'
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue