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 114ae47 commit 6a11e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Events/MailUnsuppressed.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ class MailUnsuppressed
/**
* Create a new event instance.
*/
public function __construct(public string $emailAddress, public string $driver, public ?string $stream_id = null) {}
public function __construct(public string $emailAddress, public string $mailer, public ?string $stream_id = null) {}
}

0 comments on commit 6a11e5d

Please sign in to comment.