From 2c4bf832503818bd490f158d45b858722714ef48 Mon Sep 17 00:00:00 2001 From: Deon George Date: Sun, 8 Sep 2024 14:16:15 +1000 Subject: [PATCH] Minor HTML fixes --- config/session.php | 2 +- resources/views/layouts/partials/htmlheader.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/session.php b/config/session.php index fae302a..b5effcd 100644 --- a/config/session.php +++ b/config/session.php @@ -194,6 +194,6 @@ return [ | */ - 'same_site' => null, + 'same_site' => env('SESSION_SAME_SITE', 'lax'), ]; diff --git a/resources/views/layouts/partials/htmlheader.blade.php b/resources/views/layouts/partials/htmlheader.blade.php index 5e93742..b978692 100644 --- a/resources/views/layouts/partials/htmlheader.blade.php +++ b/resources/views/layouts/partials/htmlheader.blade.php @@ -12,7 +12,7 @@ - + @yield('page-css')