Skip to content

Commit 79bac7e

Browse files
committed
fix Lumen compatability by removing call to config_path
1 parent 4370043 commit 79bac7e

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)