Skip to content

Commit 613ebd0

Browse files
committed
style: apply fixes from phpstan
1 parent 1215fd0 commit 613ebd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Mailer/SentEmailTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
final class SentEmailTest extends FrameworkIntegrationTestCase
2323
{
2424
private TestingMailer $mailer {
25-
get => $this->container->get(Mailer::class);
25+
get => $this->mail->mailer;
2626
}
2727

2828
private function sendTestEmail(?Envelope $envelope = null, ?Content $content = null): SentTestingEmail

0 commit comments

Comments
 (0)