Spaces:
No application file
No application file
| namespace Mautic\CoreBundle\IpLookup; | |
| class MaxmindPrecisionLookup extends AbstractMaxmindLookup | |
| { | |
| protected function getName(): string | |
| { | |
| return 'maxmind_precision'; | |
| } | |
| } | |