Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.

Commit bb9c088

Browse files
committed
small tweaks
1 parent 240a0b6 commit bb9c088

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

config/mailmerge.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
return [
33
'services' => [
4-
'default' => env('DEFAULT_SERVICE', 'mailgun'),
54
'mailgun' => [
65
'api_key' => env('MAILGUN_API_KEY'),
76
'api_domain' => env('MAILGUN_API_DOMAIN'),

src/helpers.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
function get_mail_client($service = null): MailClient
1414
{
15-
$service = $service ?: config('mailmerge.services.default');
16-
1715
switch ($service) {
1816
case 'mailgun':
1917
return MailgunClientFactory::make();

0 commit comments

Comments
 (0)