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');