From 49b9690f7f2b0d73ddbbe78a232d6341bbaa5ba6 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Wed, 19 Feb 2025 21:00:39 -0800 Subject: [PATCH] allow sail share --- bootstrap/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index 7b162da..bbaccf9 100755 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -11,7 +11,7 @@ health: '/up', ) ->withMiddleware(function (Middleware $middleware) { - // + $middleware->trustProxies(at: '*'); }) ->withExceptions(function (Exceptions $exceptions) { //