We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1bd94 commit 2a25463Copy full SHA for 2a25463
src/IMAP/Providers/LaravelServiceProvider.php
@@ -45,5 +45,7 @@ public function register()
45
return $app[ClientManager::class]->account();
46
});
47
48
+ $this->mergeConfigFrom(__DIR__.'/../../config/imap.php', 'imap');
49
+
50
}
51
0 commit comments