From d286e7149c37a32f64851a562c811a22b5113f35 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 1 Nov 2024 14:41:07 +0000 Subject: [PATCH] Apply code style --- bootstrap/app.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index 2a2487cfc..3d696b99e 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -37,9 +37,9 @@ return Application::configure(basePath: dirname(__DIR__)) ]); $middleware->replace( - \Illuminate\Http\Middleware\TrustProxies::class, - \Monicahq\Cloudflare\Http\Middleware\TrustProxies::class - ); + \Illuminate\Http\Middleware\TrustProxies::class, + \Monicahq\Cloudflare\Http\Middleware\TrustProxies::class + ); $middleware->web([ \Illuminate\Session\Middleware\AuthenticateSession::class,