From b01e91fd5908e73f3aba9ea7e4b05a0389e76bf8 Mon Sep 17 00:00:00 2001 From: ziming Date: Mon, 29 Jan 2024 18:13:09 +0800 Subject: [PATCH] fix helper function name again --- src/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }