Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arduinomaster22 committed Jan 23, 2025
1 parent 6a11e5d commit e8dfdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listeners/UnsuppressEmailAddress.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class UnsuppressEmailAddress
{
public function handle(MailUnsuppressed $event): void
{
MailProvider::with(driver: $event->driver)
MailProvider::with(driver: $event->mailer)

Check failure on line 12 in src/Listeners/UnsuppressEmailAddress.php

View workflow job for this annotation

GitHub Actions / phpstan

Call to an undefined method Vormkracht10\Mails\Contracts\MailDriverContract::unsuppressEmailAddress().
->unsuppressEmailAddress(
address: $event->emailAddress,
stream_id: $event->stream_id ?? null
Expand Down

0 comments on commit e8dfdf7

Please sign in to comment.