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 56d5ade commit ec463dbCopy full SHA for ec463db
src/Providers/LaravelServiceProvider.php
@@ -61,7 +61,7 @@ public function register() {
61
private function setVendorConfig(){
62
63
$config_key = 'imap';
64
- $path = __DIR__.'/../../config/'.$config_key.'.php';
+ $path = __DIR__.'/../config/'.$config_key.'.php';
65
66
$vendor_config = require $path;
67
$config = $this->app['config']->get($config_key, []);
0 commit comments