diff --git a/src/helpers.php b/src/helpers.php index 0b5c61e..c1cb615 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -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); }