Skip to content

Commit 2a25463

Browse files
committed
Merge default configuration
1 parent dd1bd94 commit 2a25463

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/IMAP/Providers/LaravelServiceProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@ public function register()
4545
return $app[ClientManager::class]->account();
4646
});
4747

48+
$this->mergeConfigFrom(__DIR__.'/../../config/imap.php', 'imap');
49+
4850
}
4951
}

0 commit comments

Comments
 (0)