Skip to content

Commit

Permalink
chore(modify): Modification of misplaced break; :: #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Burial0268 committed Jan 20, 2024
1 parent 85d53cd commit ffefeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/GeoIp.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public function get(string $ip)
foreach ($services as $service) {
if ($service->name() === $name) {
$this->serviceSelected = $service;
break;
}
break;
}

if (! $this->serviceSelected) {
Expand Down

0 comments on commit ffefeb6

Please sign in to comment.