bug fix
This commit is contained in:
parent
c268c18168
commit
8d9f0b6aa3
|
|
@ -23,6 +23,6 @@ class AppServiceProvider extends ServiceProvider
|
||||||
*/
|
*/
|
||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
URL::forceScheme('https');
|
// URL::forceScheme('https');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue