Example #1
0
 /**
  * Register any application services.
  *
  * @return void
  */
 public function register()
 {
     $this->app->singleton('domain', function ($app) {
         return \App\Channel::requested()->first();
     });
 }