Skip to content

Commit

Permalink
Reverted a mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
PyR8zdl authored and howardlau1999 committed Aug 18, 2020
1 parent c8f2253 commit 5d2986b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/SubtitleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function store(Request $request)
]);

if ($v->fails()) {
return redirect()->route('subtitle.create', ['torrent_id' => $request->input('torrent_id')])
return redirect()->route('subtitles.create', ['torrent_id' => $request->input('torrent_id')])
->withErrors($v->errors());
}

Expand Down

0 comments on commit 5d2986b

Please sign in to comment.