diff --git a/src/Api.php b/src/Api.php index df37d42..fa8136f 100644 --- a/src/Api.php +++ b/src/Api.php @@ -29,7 +29,7 @@ public function getMarketUrl($path = '') { } public function getLicenseKey() { - $name = str_replace('-', '_', strtoupper($this->slug . '_' . $this->type . '_license_key')) + $name = str_replace('-', '_', strtoupper($this->slug . '_' . $this->type . '_license_key')); return defined($name) ? constant($name) : null; }