(Update) CRUDDY PT.2 🚀

This commit is contained in:
HDVinnie
2019-10-22 20:29:07 -04:00
parent 9fc03ab492
commit c45c715dcb
77 changed files with 341 additions and 312 deletions
+1 -1
View File
@@ -1196,7 +1196,7 @@ class TorrentController extends Controller
}
\Log::notice("Deletion of torrent failed due to: \n\n{$errors}");
return redirect()->route('home')
return redirect()->route('home.index')
->withErrors('Unable to delete Torrent');
}
}