Skip to content

Commit

Permalink
Merge default config for laraberg
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist authored Apr 19, 2022
1 parent 35a6266 commit 0f7db47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/LarabergServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public function boot()
*/
public function register()
{
$this->mergeConfigFrom(__DIR__.'/config/laraberg.php', 'laraberg');

$this->app->singleton(Laraberg::class, function () {
return new Laraberg();
});
Expand Down

0 comments on commit 0f7db47

Please sign in to comment.