Skip to content

Commit 3c1d9db

Browse files
committed
fix force https
1 parent a271451 commit 3c1d9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/AppServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function register()
2929
public function boot()
3030
{
3131
if (
32-
(App::environment('production') && (Config::get('app.force_https') === null))
32+
(App::environment('production') && (Config::get('app.force_https') == null))
3333
||
3434
Config::get('app.force_https')
3535
) {

0 commit comments

Comments
 (0)