diff --git a/bootstrap/app.php b/bootstrap/app.php index 6d29bc3..f002e43 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: ['*']); + $middleware->trustProxies(at: '*'); }) ->withExceptions(function (Exceptions $exceptions) { //