Remove now unnecessary force of https

This commit is contained in:
Daniel_I_Am 2021-09-04 00:22:50 +02:00
parent 13c7de9347
commit 78743fcc28

View File

@ -23,8 +23,6 @@ class AppServiceProvider extends ServiceProvider
*/ */
public function boot() public function boot()
{ {
if(config('app.env') === 'production') { //
\URL::forceScheme('https');
}
} }
} }