From 16a4adcd07482435f78eab842f41416e0643b4e7 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 9 Nov 2019 15:01:48 +0100 Subject: [PATCH] Fix #2812 --- app/Exceptions/GracefulNotFoundHandler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Exceptions/GracefulNotFoundHandler.php b/app/Exceptions/GracefulNotFoundHandler.php index 1c2f848cdb..64c9491454 100644 --- a/app/Exceptions/GracefulNotFoundHandler.php +++ b/app/Exceptions/GracefulNotFoundHandler.php @@ -101,6 +101,7 @@ class GracefulNotFoundHandler extends ExceptionHandler break; case 'tags.show.all': case 'tags.show': + case 'tags.edit': $request->session()->reflash(); return redirect(route('tags.index'));