|
@@ -24,7 +24,7 @@ class AppServiceProvider extends ServiceProvider
|
|
*/
|
|
*/
|
|
public function boot(UrlGenerator $url)
|
|
public function boot(UrlGenerator $url)
|
|
{
|
|
{
|
|
- if (env('APP_ENV') !== 'local') {
|
|
|
|
|
|
+ if (config('app.env') !== 'local') {
|
|
$url->forceScheme('https');
|
|
$url->forceScheme('https');
|
|
}
|
|
}
|
|
}
|
|
}
|