We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f08cebd + 288750f commit 0421e84Copy full SHA for 0421e84
1 file changed
Command/Web/ContentController.php
@@ -49,6 +49,7 @@ public function handle(): void
49
]));
50
51
$response->output();
52
+ return;
53
}
54
} catch (\Exception $e) {
55
Response::redirect('/notfound');
0 commit comments