Skip to content

Commit 94f6daf

Browse files
Make sure config merging takes place
1 parent d7acbb7 commit 94f6daf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TinkerServiceProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ public function boot()
3030
} elseif ($this->app instanceof LumenApplication) {
3131
$this->app->configure('tinker');
3232
}
33+
34+
$this->mergeConfigFrom($source, 'tinker');
3335
}
3436

3537
/**

0 commit comments

Comments
 (0)