Modifying services.php
This commit is contained in:
parent
950b57f0ce
commit
a3e74da992
|
@ -16,7 +16,7 @@ class BMailServiceProvider extends ServiceProvider
|
|||
public function register()
|
||||
{
|
||||
$this->mergeConfigFrom(
|
||||
__DIR__.'/../config/bmail.php',
|
||||
__DIR__.'/../config/services.php',
|
||||
'bmail'
|
||||
);
|
||||
}
|
||||
|
@ -29,7 +29,7 @@ class BMailServiceProvider extends ServiceProvider
|
|||
public function boot()
|
||||
{
|
||||
$this->publishes([
|
||||
__DIR__.'/../config/bmail.php' => config_path('bmail.php')
|
||||
__DIR__.'/../config/services.php' => config_path('services.php')
|
||||
], 'config');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue