Skip to content

Commit ba02290

Browse files
Merge pull request #154 from AlexVanderbist/patch-1
Merge default config for Laraberg
2 parents 35a6266 + 0f7db47 commit ba02290

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LarabergServiceProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ public function boot()
2525
*/
2626
public function register()
2727
{
28+
$this->mergeConfigFrom(__DIR__.'/config/laraberg.php', 'laraberg');
29+
2830
$this->app->singleton(Laraberg::class, function () {
2931
return new Laraberg();
3032
});

0 commit comments

Comments
 (0)