Skip to content

Commit 0452d8c

Browse files
committed
specify user Agent
1 parent 1a3c1ee commit 0452d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/NetLicensingService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private function __construct()
2727
{
2828
$this->curl = new NetLicensingCurl();
2929
$this->curl->setHeader('Accept', 'application/json');
30-
$this->curl->setUserAgent('NetLicensing/PHP ' . PHP_VERSION .'/' . Constants::NETLICENSING_VERSION. ' (https://netlicensing.io)');
30+
$this->curl->setUserAgent('NetLicensing/PHP ' . Constants::NETLICENSING_VERSION .'/' . PHP_VERSION. ' (https://netlicensing.io)');
3131
}
3232

3333
protected function __clone()

0 commit comments

Comments
 (0)