Skip to content

Commit ec463db

Browse files
committed
Additional relative path updated
1 parent 56d5ade commit ec463db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/LaravelServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function register() {
6161
private function setVendorConfig(){
6262

6363
$config_key = 'imap';
64-
$path = __DIR__.'/../../config/'.$config_key.'.php';
64+
$path = __DIR__.'/../config/'.$config_key.'.php';
6565

6666
$vendor_config = require $path;
6767
$config = $this->app['config']->get($config_key, []);

0 commit comments

Comments
 (0)