You've already forked laravel-mail
Testing stuff
This commit is contained in:
@@ -16,8 +16,8 @@ class BMailServiceProvider extends ServiceProvider
|
||||
public function register()
|
||||
{
|
||||
$this->mergeConfigFrom(
|
||||
__DIR__.'/../config/services.php',
|
||||
'services'
|
||||
__DIR__.'/../config/bmail.php',
|
||||
'bmail'
|
||||
);
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ class BMailServiceProvider extends ServiceProvider
|
||||
public function boot()
|
||||
{
|
||||
$this->publishes([
|
||||
__DIR__.'/../config/services.php' => config_path('services.php')
|
||||
__DIR__.'/../config/bmail.php' => config_path('bmail.php')
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user