Skip to content

Commit

Permalink
Merge branch '5.x-dev' into spice-psr
Browse files Browse the repository at this point in the history
  • Loading branch information
snake14 authored Oct 20, 2024
2 parents 06d66c1 + ccb3209 commit f275f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlockedIpRanges/DigitalOcean.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function getRanges(): array
return [];
}

$digitalOcean = str_getcsv($digitalOcean['data'], ',', '');
$digitalOcean = str_getcsv($digitalOcean['data']);

if (empty($digitalOcean)) {
throw new \Exception('Failed to parse digital ocean IP ranges');
Expand Down

0 comments on commit f275f9c

Please sign in to comment.