/**
  * Bootstrap any application services.
  *
  * @return void
  */
 public function boot()
 {
     URL::forceSchema('https');
 }