Skip to content

Commit e14b32a

Browse files
Merge pull request fedeisas#53 from JuiceboxCreative/master
fix Lumen compatability by removing call to config_path
2 parents 4370043 + 79bac7e commit e14b32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelMailCssInlinerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class LaravelMailCssInlinerServiceProvider extends ServiceProvider
1414
public function boot()
1515
{
1616
$this->publishes([
17-
__DIR__ . '/../config/css-inliner.php' => config_path('css-inliner.php'),
17+
__DIR__ . '/../config/css-inliner.php' => base_path('config/css-inliner.php'),
1818
], 'config');
1919
}
2020

0 commit comments

Comments
 (0)