Testing stuff

This commit is contained in:
2020-04-09 16:45:39 +02:00
parent 122f2cb69e
commit 950b57f0ce

View File

@@ -30,6 +30,6 @@ class BMailServiceProvider extends ServiceProvider
{
$this->publishes([
__DIR__.'/../config/bmail.php' => config_path('bmail.php')
]);
], 'config');
}
}