Skip to content

Commit

Permalink
Merge pull request fedeisas#53 from JuiceboxCreative/master
Browse files Browse the repository at this point in the history
fix Lumen compatability by removing call to config_path
  • Loading branch information
ceesvanegmond authored Aug 9, 2017
2 parents 4370043 + 79bac7e commit e14b32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelMailCssInlinerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class LaravelMailCssInlinerServiceProvider extends ServiceProvider
public function boot()
{
$this->publishes([
__DIR__ . '/../config/css-inliner.php' => config_path('css-inliner.php'),
__DIR__ . '/../config/css-inliner.php' => base_path('config/css-inliner.php'),
], 'config');
}

Expand Down

0 comments on commit e14b32a

Please sign in to comment.