Skip to content

Commit

Permalink
remove redundant mergre config
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Sep 2, 2024
1 parent 0b3fd1a commit 44de823
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ class ServiceProvider extends BaseServiceProvider
{
public function boot(): void
{
$this->mergeConfigFrom(__DIR__ . '/../config/bundle.php', 'bundle');

// Only when using locally
if (! $this->app->environment(['local', 'testing'])) {

Expand Down

0 comments on commit 44de823

Please sign in to comment.