Skip to content

Commit

Permalink
Merge pull request #154 from AlexVanderbist/patch-1
Browse files Browse the repository at this point in the history
Merge default config for Laraberg
  • Loading branch information
mauricewijnia authored May 24, 2022
2 parents 35a6266 + 0f7db47 commit ba02290
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 ba02290

Please sign in to comment.