Skip to content

Commit

Permalink
Fix zermelo config path
Browse files Browse the repository at this point in the history
  • Loading branch information
kchapple authored May 21, 2021
1 parent 321a500 commit 0123f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZermeloServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function register()
);
} else {
$this->mergeConfigFrom(
__DIR__.'/config/zermelo.php', 'zermelo'
__DIR__.'/../config/zermelo.php', 'zermelo'
);
}
}//end register function..
Expand Down

0 comments on commit 0123f44

Please sign in to comment.