Skip to content

Commit

Permalink
Update AppServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro-velasquez authored Nov 1, 2024
1 parent ca465dc commit aa69551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function boot(): void

{
if($this->app->environment('production')) {
\URL::forceScheme('https');
URL::forceScheme('https');
}
}
}

0 comments on commit aa69551

Please sign in to comment.