We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f04aa4a + bd033c1 commit 4adc73eCopy full SHA for 4adc73e
app/Providers/AppServiceProvider.php
@@ -29,7 +29,7 @@ public function register()
29
public function boot()
30
{
31
if (
32
- (App::environment('production') && (Config::get('app.force_https') == null))
+ (App::environment('production') && !Config::has('app.force_https'))
33
||
34
Config::get('app.force_https')
35
) {
0 commit comments