Testing stuff

This commit is contained in:
Loann 2020-04-09 17:32:50 +02:00
parent 38038299ef
commit e80f236ee6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class BMailServiceProvider extends ServiceProvider
public function boot()
{
$this->publishes([
__DIR__ . '/../config/bmail.php' => config_path('services.php')
__DIR__ . '/../config/bmail.php' => config_path('bmail.php')
], 'config');
}
}