Skip to content

Commit

Permalink
remove default value from provider config
Browse files Browse the repository at this point in the history
  • Loading branch information
gaalferov committed Mar 28, 2023
1 parent 8f90732 commit 7a792e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridge/Laravel/MailtrapApiProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function boot(): void
return (new MailTrapTransportFactory)->create(
new Dsn(
'mailtrap+api',
config('services.mailtrap.host', 'default'),
config('services.mailtrap.host'),
config('services.mailtrap.apiKey'),
null,
null,
Expand Down

0 comments on commit 7a792e2

Please sign in to comment.