From b0204653d3a78a7cbb8ef4511725302a7d9306a2 Mon Sep 17 00:00:00 2001 From: pulkitjalan Date: Thu, 22 Aug 2024 04:25:47 +0000 Subject: [PATCH] Fix styling --- src/Drivers/IPGeolocationInterface.php | 2 +- src/IPGeolocationManager.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Drivers/IPGeolocationInterface.php b/src/Drivers/IPGeolocationInterface.php index 8237dd5..e88b93a 100644 --- a/src/Drivers/IPGeolocationInterface.php +++ b/src/Drivers/IPGeolocationInterface.php @@ -19,4 +19,4 @@ public function get($ip); * @return mixed */ public function getRaw($ip); -} \ No newline at end of file +} diff --git a/src/IPGeolocationManager.php b/src/IPGeolocationManager.php index bc524f2..21f9e7a 100644 --- a/src/IPGeolocationManager.php +++ b/src/IPGeolocationManager.php @@ -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 {