Skip to content

Commit 0421e84

Browse files
authored
Merge pull request #6 from librarianphp/erikaheidi-patch-1
Update ContentController.php
2 parents f08cebd + 288750f commit 0421e84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Command/Web/ContentController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public function handle(): void
4949
]));
5050

5151
$response->output();
52+
return;
5253
}
5354
} catch (\Exception $e) {
5455
Response::redirect('/notfound');

0 commit comments

Comments
 (0)