Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed May 21, 2024
2 parents 6f3bfbd + ee5541d commit b4ecc85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 9 additions & 9 deletions src/Services/IpAddressService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
1 change: 0 additions & 1 deletion src/Services/Vendors/GeoIp/IpApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

class IpApi
{

}

0 comments on commit b4ecc85

Please sign in to comment.