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.
2 parents 4370043 + 79bac7e commit e14b32aCopy full SHA for e14b32a
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