From 3f8bd42528983182757ba0046923e8cbf531f2b0 Mon Sep 17 00:00:00 2001 From: CalumTowers Date: Sat, 24 Feb 2024 11:58:03 +0000 Subject: [PATCH] style: Lint --- routes/web-main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web-main.php b/routes/web-main.php index fe0663f3ff..af4fba075f 100644 --- a/routes/web-main.php +++ b/routes/web-main.php @@ -99,7 +99,7 @@ return redirect() ->route('mship.feedback.new.form', [ 'form' => 'atc', - 'cid' => request()->get('cid') + 'cid' => request()->get('cid'), ]); })->name('mship.feedback.redirect.atc');