/**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['flash']);
 }
 /**
  * Register the application services.
  */
 public function register()
 {
     parent::register();
     $this->mergeConfig();
 }