Testing stuff

This commit is contained in:
2020-04-09 17:32:50 +02:00
parent 38038299ef
commit e80f236ee6

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');
}
}