diff --git a/src/Forge.php b/src/Forge.php index fc80b96..cab9e0a 100644 --- a/src/Forge.php +++ b/src/Forge.php @@ -99,6 +99,7 @@ public function setApiKey($apiKey, $guzzle = null) 'Authorization' => 'Bearer '.$this->apiKey, 'Accept' => 'application/json', 'Content-Type' => 'application/json', + 'User-Agent' => 'Laravel Forge PHP/3.0', ], ]);