Skip to content

Commit

Permalink
style: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumTowers committed Feb 24, 2024
1 parent 6f82089 commit 3f8bd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 3f8bd42

Please sign in to comment.