Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #24 from jcalonso/fix-active-config
Browse files Browse the repository at this point in the history
Fix active config option
  • Loading branch information
philkra authored Jan 14, 2019
2 parents c17c699 + 76965e1 commit b6ad719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/ElasticApmServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function register()
'framework' => 'Laravel',
'frameworkVersion' => app()->version(),
],
['active' => config('elastic.active')],
['active' => config('elastic-apm.active')],
$this->getAppConfig(),
config('elastic-apm.env'),
config('elastic-apm.server')
Expand Down

0 comments on commit b6ad719

Please sign in to comment.