Skip to content

Commit

Permalink
Merge branch 'chore/rename-package' of github.com:pulkitjalan/ip-geol…
Browse files Browse the repository at this point in the history
…ocation into chore/rename-package
  • Loading branch information
pulkitjalan committed Aug 22, 2024
2 parents 0d1efaa + b020465 commit 2f70ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Drivers/IPGeolocationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ public function get($ip);
* @return mixed
*/
public function getRaw($ip);
}
}
2 changes: 1 addition & 1 deletion src/IPGeolocationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
use PulkitJalan\IPGeoLocation\Drivers\IPApiDriver;
use PulkitJalan\IPGeoLocation\Drivers\IPStackDriver;
use PulkitJalan\IPGeoLocation\Drivers\MaxmindApiDriver;
use PulkitJalan\IPGeoLocation\Drivers\AbstractIPGeolocationDriver;
use PulkitJalan\IPGeoLocation\Drivers\MaxmindDatabaseDriver;
use PulkitJalan\IPGeoLocation\Exceptions\InvalidDriverException;
use PulkitJalan\IPGeoLocation\Drivers\AbstractIPGeolocationDriver;

class IPGeolocationManager
{
Expand Down

0 comments on commit 2f70ca8

Please sign in to comment.