From 288750fe88b35851db22a02ea47b3cb01fb48dea Mon Sep 17 00:00:00 2001 From: Erika Heidi Date: Sun, 25 Jun 2023 19:32:37 +0200 Subject: [PATCH] Update ContentController.php --- Command/Web/ContentController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Command/Web/ContentController.php b/Command/Web/ContentController.php index e833dfc..49db3dd 100644 --- a/Command/Web/ContentController.php +++ b/Command/Web/ContentController.php @@ -49,6 +49,7 @@ public function handle(): void ])); $response->output(); + return; } } catch (\Exception $e) { Response::redirect('/notfound');