We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a271451 commit 3c1d9dbCopy full SHA for 3c1d9db
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::get('app.force_https') == null))
33
||
34
Config::get('app.force_https')
35
) {
0 commit comments