Skip to content

Commit

Permalink
fix helper function name again
Browse files Browse the repository at this point in the history
  • Loading branch information
ziming committed Jan 29, 2024
1 parent 3db3f0c commit b01e91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* @throws MobileDetectException
*/
function sniper_link_quick(string $receiverEmail, ?string $fromEmail = null): ?string
function email_sniper_link_quick(string $receiverEmail, ?string $fromEmail = null): ?string
{
return LaravelEmailSniperLink::getSniperLinkQuick($receiverEmail, $fromEmail);
}
Expand Down

0 comments on commit b01e91f

Please sign in to comment.