summaryrefslogtreecommitdiff
path: root/tests/Unit/Mail/MailerServiceProviderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Mail/MailerServiceProviderTest.php')
-rw-r--r--tests/Unit/Mail/MailerServiceProviderTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Mail/MailerServiceProviderTest.php b/tests/Unit/Mail/MailerServiceProviderTest.php
index 793cd1f2..f0e1775f 100644
--- a/tests/Unit/Mail/MailerServiceProviderTest.php
+++ b/tests/Unit/Mail/MailerServiceProviderTest.php
@@ -79,7 +79,7 @@ class MailerServiceProviderTest extends ServiceProviderTest
[SendmailTransport::class, ['email' => ['driver' => 'sendmail']]],
[
SmtpTransport::class,
- $this->smtpConfig
+ $this->smtpConfig,
],
];
}