From ee5541df7d299e46ed998a6ee5e430177628ac61 Mon Sep 17 00:00:00 2001 From: hafijul233 Date: Tue, 21 May 2024 07:49:03 +0000 Subject: [PATCH] Fix styling --- src/Services/IpAddressService.php | 18 +++++++++--------- src/Services/Vendors/GeoIp/IpApi.php | 1 - 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/Services/IpAddressService.php b/src/Services/IpAddressService.php index fd8e0ab..677cb11 100644 --- a/src/Services/IpAddressService.php +++ b/src/Services/IpAddressService.php @@ -29,13 +29,13 @@ public function lookup(array $filters = []) } -// public function find($id, $onlyTrashed = false) -// { -// return $this->auditRepository->find($id, $onlyTrashed); -// } -// -// public function destroy($id) -// { -// return $this->auditRepository->delete($id); -// } + // public function find($id, $onlyTrashed = false) + // { + // return $this->auditRepository->find($id, $onlyTrashed); + // } + // + // public function destroy($id) + // { + // return $this->auditRepository->delete($id); + // } } diff --git a/src/Services/Vendors/GeoIp/IpApi.php b/src/Services/Vendors/GeoIp/IpApi.php index 51096bf..bb7ad02 100644 --- a/src/Services/Vendors/GeoIp/IpApi.php +++ b/src/Services/Vendors/GeoIp/IpApi.php @@ -4,5 +4,4 @@ class IpApi { - }