mergeConfigFrom( __DIR__ . '/../config/bmail.php', 'bmail' ); } /** * Bootstrap any application services. * * @return void */ public function boot() { $this->publishes([ __DIR__ . '/../config/bmail.php' => config_path('services.php') ], 'config'); } }