Skip to content

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastiaanKloos authored May 8, 2023
1 parent 08a5f6a commit c886fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public function __construct()
$this->guzzle = new Guzzle([
'base_uri' => config('entree-arp-service.arp_service_url', 'https://arpservice.entree.kennisnet.nl/v2/arp/'),
'timeout' => 5.0,
'force_ip_resolve' => 'v4',
'headers' => [
'apiKey' => $this->apiKey,
],
Expand Down

0 comments on commit c886fbf

Please sign in to comment.