v0.5.16a - Fixed SSL bug
This commit is contained in:
parent
2cc78c5d7c
commit
c410f3feb6
|
@ -23,6 +23,7 @@ class AppServiceProvider extends ServiceProvider
|
||||||
*/
|
*/
|
||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
url()->forceScheme('https');
|
if(env('HTTPS_ONLY') == true)
|
||||||
|
url()->forceScheme('https');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue