From 980157d72cc38988cbea4e83475d164dac1decc0 Mon Sep 17 00:00:00 2001 From: Ilya Sheershoff Date: Tue, 3 Nov 2020 23:25:41 +0500 Subject: [PATCH] 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 --- Newrelic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Newrelic.php b/Newrelic.php index f9c09c9..163acb8 100644 --- a/Newrelic.php +++ b/Newrelic.php @@ -32,7 +32,7 @@ class Newrelic extends Component implements BootstrapInterface /** * @var string Licence key */ - public $licence = 'newrelic.license'; + public $licence = null; // use extension key by default /** * @var string handlers\Handler