We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db3f0c commit b01e91fCopy full SHA for b01e91f
src/helpers.php
@@ -9,7 +9,7 @@
9
/**
10
* @throws MobileDetectException
11
*/
12
- function sniper_link_quick(string $receiverEmail, ?string $fromEmail = null): ?string
+ function email_sniper_link_quick(string $receiverEmail, ?string $fromEmail = null): ?string
13
{
14
return LaravelEmailSniperLink::getSniperLinkQuick($receiverEmail, $fromEmail);
15
}
0 commit comments