We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3c1ee commit 0452d8cCopy full SHA for 0452d8c
service/NetLicensingService.php
@@ -27,7 +27,7 @@ private function __construct()
27
{
28
$this->curl = new NetLicensingCurl();
29
$this->curl->setHeader('Accept', 'application/json');
30
- $this->curl->setUserAgent('NetLicensing/PHP ' . PHP_VERSION .'/' . Constants::NETLICENSING_VERSION. ' (https://netlicensing.io)');
+ $this->curl->setUserAgent('NetLicensing/PHP ' . Constants::NETLICENSING_VERSION .'/' . PHP_VERSION. ' (https://netlicensing.io)');
31
}
32
33
protected function __clone()
0 commit comments