app->environment('production')) { \URL::forceScheme('https'); } } /** * Register any application services. * * @return void */ public function register() { $this->app->singleton(WidgetFactory::class, function () { return new WidgetFactory(); }); } }