Skip to content

Commit 6d38b20

Browse files
miclfjbelien
authored andcommitted
Fix package name in UnsupportedOperation’s message (#5)
1 parent 361663e commit 6d38b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function geocodeQuery(GeocodeQuery $query): Collection
5252
$address = $query->getText();
5353
// This API does not support IP
5454
if (filter_var($address, FILTER_VALIDATE_IP)) {
55-
throw new UnsupportedOperation('The UrbIS provider does not support IP addresses, only street addresses.');
55+
throw new UnsupportedOperation('The bpost provider does not support IP addresses, only street addresses.');
5656
}
5757

5858
// Save a request if no valid address entered

0 commit comments

Comments
 (0)