update: fix formatting in AppServiceProvider
parent
8d0f9277cd
commit
73c2eaec92
|
@ -22,7 +22,6 @@ class AppServiceProvider extends ServiceProvider
|
||||||
{
|
{
|
||||||
if ($this->app->environment('production')) {
|
if ($this->app->environment('production')) {
|
||||||
URL::forceScheme('https');
|
URL::forceScheme('https');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue