From 4ec829f2625fb6a7ff45fba6a974ffdbd4547c99 Mon Sep 17 00:00:00 2001 From: Harry Werkmeister Date: Thu, 12 Sep 2024 09:11:18 +0200 Subject: [PATCH] fix #2650: Added parentheses to fix the order of evaluation between the null coalescing operator (??) and the ternary operator (?:) --- views/layouts/form.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layouts/form.blade.php b/views/layouts/form.blade.php index 23dc2d38f..2707dfa69 100644 --- a/views/layouts/form.blade.php +++ b/views/layouts/form.blade.php @@ -46,7 +46,7 @@