Skip to content

v0.14.3: Fix config_path issue (#130)

Compare
Choose a tag to compare
@rap2hpoutre rap2hpoutre released this 20 Mar 21:26
· 85 commits to master since this release
Fixes #126

Lumen does not have a `config_path` helper, so we have to make our own. Thanks to https://gist.github.com/mabasic/21d13eab12462e596120#gistcomment-2140273 for the correct method to get the config path for Lumen.