Skip to content

Commit

Permalink
fix helper function name
Browse files Browse the repository at this point in the history
  • Loading branch information
ziming committed Jan 29, 2024
1 parent 23d83b9 commit e0d4fa8
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 @@ -15,7 +15,7 @@ function sniper_link_quick(string $receiverEmail, ?string $fromEmail = null): ?s
/**
* @throws Detection\Exception\MobileDetectException
*/
function sniper_link_quick(string $receiverEmail, ?string $fromEmail = null): ?string
function email_sniper_link(string $receiverEmail, ?string $fromEmail = null): ?string
{
return LaravelEmailSniperLink::getSniperLink($receiverEmail, $fromEmail);
}
Expand Down

0 comments on commit e0d4fa8

Please sign in to comment.