Skip to content

Commit

Permalink
Merge pull request #6 from librarianphp/erikaheidi-patch-1
Browse files Browse the repository at this point in the history
Update ContentController.php
  • Loading branch information
erikaheidi authored Jun 25, 2023
2 parents f08cebd + 288750f commit 0421e84
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 0421e84

Please sign in to comment.