Remove now unnecessary force of https
This commit is contained in:
parent
13c7de9347
commit
78743fcc28
@ -23,8 +23,6 @@ class AppServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
if(config('app.env') === 'production') {
|
||||
\URL::forceScheme('https');
|
||||
}
|
||||
//
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user