Skip to content

Commit

Permalink
Merge pull request #184 from stevebauman/BUG-183
Browse files Browse the repository at this point in the history
Bug 183 - Don't report exception when location not found - Maxmind driver
  • Loading branch information
stevebauman authored Oct 27, 2024
2 parents 8bb24e7 + 201cb00 commit 7a637f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/MaxMind.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ protected function process(Request $request): Fluent|false
'country' => $record->country->name,
'country_code' => $record->country->isoCode,
]);
}, false);
}, false, false);
}

/**
Expand Down

0 comments on commit 7a637f2

Please sign in to comment.