Skip to content

Commit 70f6e8c

Browse files
committed
Improve PHPDoc: add getClientIP()
1 parent 6e60fd8 commit 70f6e8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Facades/GeoIP.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/**
1010
* @method static \InteractionDesignFoundation\GeoIP\Location getLocation(string|null $ip)
11+
* @method static string getClientIP()
1112
* @method static string getCurrency(string $iso)
1213
* @method static \InteractionDesignFoundation\GeoIP\Contracts\ServiceInterface getService()
1314
* @mixin \InteractionDesignFoundation\GeoIP\GeoIP

0 commit comments

Comments
 (0)