Skip to content

Commit e92eedf

Browse files
author
Vadim Davydenko
committed
DDEV-1965 fix config
1 parent 6815c88 commit e92eedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PrometheusServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class PrometheusServiceProvider extends ServiceProvider
1111
public function register(): void
1212
{
1313
$this->mergeConfigFrom(__DIR__ . '/../config/prometheus.php', 'prometheus');
14-
if (array_key_exists('octane-cache', config('prometheus.bags'))) {
14+
if (array_key_exists('octane-cache', config('prometheus.bags.'.config('prometheus.default_bag')))) {
1515
$this->mergeConfigFrom(__DIR__ . '/../config/octane.php', 'octane');
1616
}
1717

0 commit comments

Comments
 (0)