Skip to content

Commit db4820c

Browse files
committed
Tweak config merge
1 parent 0b69cc2 commit db4820c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ protected function loadConfigFrom($key, $path)
119119
{
120120
$defaults = $this->app['files']->getRequire($path);
121121
$config = $this->app['config']->get($key, []);
122-
$this->app['config']->set($key, array_merge($defaults, $config));
122+
$this->app['config']->set($key, config_merge($defaults, $config));
123123
}
124124
}

0 commit comments

Comments
 (0)