| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class NewRelicConfig extends AbstractBundleConfig |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @return string |
||
| 17 | */ |
||
| 18 | public function getNewRelicDeploymentApiUrl(): string |
||
| 19 | { |
||
| 20 | return $this->get(NewRelicEnv::NEW_RELIC_DEPLOYMENT_API_URL); |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @return string |
||
| 25 | */ |
||
| 26 | public function getNewRelicApiKey(): string |
||
| 29 | } |
||
| 30 | } |
||
| 31 |