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