Exemplo n.º 1
0
 /**
  * Register the application services.
  */
 public function register()
 {
     parent::register();
     $this->app->singleton('flash', function () {
         return $this->app->make(FlashNotifier::class);
     });
 }
Exemplo n.º 2
0
 /**
  * Register the application services.
  */
 public function register()
 {
     parent::register();
     $this->mergeConfig();
 }