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 52880cd commit 22a8264Copy full SHA for 22a8264
src/Services/IPData.php
@@ -8,6 +8,7 @@
8
9
/**
10
* Class GeoIP
11
+ *
12
* @package Torann\GeoIP\Services
13
*/
14
class IPData extends AbstractService
@@ -36,6 +37,7 @@ public function boot()
36
37
38
39
* {@inheritdoc}
40
41
* @throws Exception
42
43
public function locate($ip)
src/Services/IPFinder.php
class IPFinder extends AbstractService
@@ -39,6 +40,7 @@ public function boot()
44
45
46
0 commit comments