Testing stuff
This commit is contained in:
parent
122f2cb69e
commit
950b57f0ce
|
@ -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');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue