Skip to content

Commit

Permalink
Additional relative path updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Webklex committed Sep 22, 2020
1 parent 56d5ade commit ec463db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/LaravelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function register() {
private function setVendorConfig(){

$config_key = 'imap';
$path = __DIR__.'/../../config/'.$config_key.'.php';
$path = __DIR__.'/../config/'.$config_key.'.php';

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

0 comments on commit ec463db

Please sign in to comment.