We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d5d65 commit 980157dCopy full SHA for 980157d
Newrelic.php
@@ -32,7 +32,7 @@ class Newrelic extends Component implements BootstrapInterface
32
/**
33
* @var string Licence key
34
*/
35
- public $licence = 'newrelic.license';
+ public $licence = null; // use extension key by default
36
37
38
* @var string handlers\Handler
0 commit comments