We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1215fd0 commit 613ebd0Copy full SHA for 613ebd0
tests/Integration/Mailer/SentEmailTest.php
@@ -22,7 +22,7 @@
22
final class SentEmailTest extends FrameworkIntegrationTestCase
23
{
24
private TestingMailer $mailer {
25
- get => $this->container->get(Mailer::class);
+ get => $this->mail->mailer;
26
}
27
28
private function sendTestEmail(?Envelope $envelope = null, ?Content $content = null): SentTestingEmail
0 commit comments