diff --git a/bootstrap/app.php b/bootstrap/app.php index e924c42..6d29bc3 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -22,7 +22,7 @@ return Application::configure(basePath: dirname(__DIR__)) } ) ->withMiddleware(function (Middleware $middleware) { - // + $middleware->trustProxies(at: ['*']); }) ->withExceptions(function (Exceptions $exceptions) { //