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 6815c88 commit e92eedfCopy full SHA for e92eedf
src/PrometheusServiceProvider.php
@@ -11,7 +11,7 @@ class PrometheusServiceProvider extends ServiceProvider
11
public function register(): void
12
{
13
$this->mergeConfigFrom(__DIR__ . '/../config/prometheus.php', 'prometheus');
14
- if (array_key_exists('octane-cache', config('prometheus.bags'))) {
+ if (array_key_exists('octane-cache', config('prometheus.bags.'.config('prometheus.default_bag')))) {
15
$this->mergeConfigFrom(__DIR__ . '/../config/octane.php', 'octane');
16
}
17
0 commit comments