Skip to content

Commit

Permalink
Update ContentController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
erikaheidi authored Jun 25, 2023
1 parent f08cebd commit 288750f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Command/Web/ContentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public function handle(): void
]));

$response->output();
return;
}
} catch (\Exception $e) {
Response::redirect('/notfound');
Expand Down

0 comments on commit 288750f

Please sign in to comment.