Skip to content

Commit b01e91f

Browse files
committed
fix helper function name again
1 parent 3db3f0c commit b01e91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @throws MobileDetectException
1111
*/
12-
function sniper_link_quick(string $receiverEmail, ?string $fromEmail = null): ?string
12+
function email_sniper_link_quick(string $receiverEmail, ?string $fromEmail = null): ?string
1313
{
1414
return LaravelEmailSniperLink::getSniperLinkQuick($receiverEmail, $fromEmail);
1515
}

0 commit comments

Comments
 (0)