Testing stuff

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

View File

@ -17,7 +17,7 @@ class BMailServiceProvider extends ServiceProvider
{ {
$this->mergeConfigFrom( $this->mergeConfigFrom(
__DIR__ . '/../config/bmail.php', __DIR__ . '/../config/bmail.php',
'services' 'bmail'
); );
} }