diff --git a/src/helpers.php b/src/helpers.php index 3b060fd..112c3f7 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -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); }