We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4370043 commit 79bac7eCopy full SHA for 79bac7e
src/LaravelMailCssInlinerServiceProvider.php
@@ -14,7 +14,7 @@ class LaravelMailCssInlinerServiceProvider extends ServiceProvider
14
public function boot()
15
{
16
$this->publishes([
17
- __DIR__ . '/../config/css-inliner.php' => config_path('css-inliner.php'),
+ __DIR__ . '/../config/css-inliner.php' => base_path('config/css-inliner.php'),
18
], 'config');
19
}
20
0 commit comments