Skip to content

Commit 980157d

Browse files
authored
use extension key by default (#6)
if license is not stated implicitly in the config the Agent will use default newrelic license from php.ini
1 parent f1d5d65 commit 980157d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Newrelic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Newrelic extends Component implements BootstrapInterface
3232
/**
3333
* @var string Licence key
3434
*/
35-
public $licence = 'newrelic.license';
35+
public $licence = null; // use extension key by default
3636

3737
/**
3838
* @var string handlers\Handler

0 commit comments

Comments
 (0)