Testing stuff

This commit is contained in:
Loann 2020-04-09 16:45:39 +02:00
parent 122f2cb69e
commit 950b57f0ce
1 changed files with 1 additions and 1 deletions

View File

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